diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-23 17:21:29 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-23 17:21:29 +0100 |
commit | 63f34d9fc5c4a4f527bc55e37fd78124401033e2 (patch) | |
tree | dc0b572912370ba0c7c3ffd372b345e6ea95d62d /npc/001-3_Tulimshar_arena/guards.txt | |
parent | 781f70b09f66f177cd737e8b98c052623a5da65c (diff) | |
parent | 175d674267356b7d6a915a9912698a9c922f2b17 (diff) | |
download | serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.tar.gz serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.tar.bz2 serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.tar.xz serverdata-63f34d9fc5c4a4f527bc55e37fd78124401033e2.zip |
Merge commit 'map-renaming/master'
Diffstat (limited to 'npc/001-3_Tulimshar_arena/guards.txt')
-rw-r--r-- | npc/001-3_Tulimshar_arena/guards.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/npc/001-3_Tulimshar_arena/guards.txt b/npc/001-3_Tulimshar_arena/guards.txt new file mode 100644 index 00000000..5b42ca4f --- /dev/null +++ b/npc/001-3_Tulimshar_arena/guards.txt @@ -0,0 +1,28 @@ +// + +001-3.gat,77,37,0 script Phaet 125,{ + mes "[Phaet the Royal Guard]"; + mes "\"Do you want to go back?\""; + next; + + menu + "Yes", L_Sure, + "No", -; + mes "Have fun."; + close; + +L_Sure: + mes "[Phaet the Royal Guard]"; + mes "\"Ok.\""; + next; + + warp "001-2.gat", 25, 23; + close; +} + +001-3.gat,69,37,0 script Aradin 126,{ + mes "[Aradin the Royal Guard]"; + mes "\"Don't touch me..."; + mes "You wouldn't enjoy the consequences.\""; + close; +} |