diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-19 04:46:50 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-19 04:46:50 +0000 |
commit | c116ea51790a6d42280cf599192614dc373cf91d (patch) | |
tree | 8eccdef78694bac85683e7a5730bd42d3a6a4228 /npc/cities/gonryun.txt | |
parent | 2b6f3618d99f725d224859d17344b640e0255d59 (diff) | |
download | hercules-c116ea51790a6d42280cf599192614dc373cf91d.tar.gz hercules-c116ea51790a6d42280cf599192614dc373cf91d.tar.bz2 hercules-c116ea51790a6d42280cf599192614dc373cf91d.tar.xz hercules-c116ea51790a6d42280cf599192614dc373cf91d.zip |
Updated scripts with select().. THERE ARE TONS OF THEM!! Will somebody give me a hand or something? :B
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9259 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/gonryun.txt')
-rw-r--r-- | npc/cities/gonryun.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/cities/gonryun.txt b/npc/cities/gonryun.txt index 1549721d3..bc92d920f 100644 --- a/npc/cities/gonryun.txt +++ b/npc/cities/gonryun.txt @@ -239,6 +239,7 @@ gonryun.gat,237,226,3 script YunKyoHam#gn 776,{ mes "My curse shall be on his head!!!";
close;
}
+ if(@menu == 255) end;
mes "[YunKyoHam]";
mes "ohoh! Thank you!";
mes "Take these potions.";
@@ -500,6 +501,8 @@ gonryun.gat,163,60,4 script Gonryun Guide 780,{ mes "Enjoy your trip in";
mes "lovely Gonryun!";
break;
+ case 255:
+ end;
}
close;
}
|