From e21f3ffe97c4334ed2f86920fb8b84050c98c016 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 12 Dec 2011 10:46:12 +0100 Subject: Add ronan script on 000-2-1 and in _import.txt . --- npc/000-2-1/_import.txt | 3 ++- npc/000-2-1/ronan.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 npc/000-2-1/ronan.txt diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index 27940b53..cb3d0a98 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -1,4 +1,5 @@ map: 000-2-1.gat npc: npc/000-2-1/_mobs.txt npc: npc/000-2-1/_warps.txt -npc: npc/000-2-1/alige.txt \ No newline at end of file +npc: npc/000-2-1/alige.txt +npc: npc/000-2-1/ronan.txt \ No newline at end of file diff --git a/npc/000-2-1/ronan.txt b/npc/000-2-1/ronan.txt new file mode 100644 index 00000000..dc95b350 --- /dev/null +++ b/npc/000-2-1/ronan.txt @@ -0,0 +1,16 @@ +// Evol scripts. +// Authors: +// Vasily_Makarov + +000-2-1.gat,43,38,0,1 script Ronan 302,{ + mesn; + set @q, rand(2); + if (@q == 0) goto l_Zzz; + goto l_Snoring; + l_Zzz: + mesq l("Zzzzzzzzzz"); + close; + l_Snoring: + mesq l("Rrrr pchhhh..."); + close; +} -- cgit v1.2.3-70-g09d2