diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:29:35 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:29:35 +0530 |
commit | fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (patch) | |
tree | 4d498a2b0c030af860e8387cae14faa81fe264d9 /npc/custom/quests/kaho_balmung.txt | |
parent | 5235fb8353dfc68d71608bb26b4ba776974a0991 (diff) | |
download | hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.gz hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.bz2 hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.tar.xz hercules-fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6.zip |
Script Standardization: changed select format in custom folder
Diffstat (limited to 'npc/custom/quests/kaho_balmung.txt')
-rw-r--r-- | npc/custom/quests/kaho_balmung.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/quests/kaho_balmung.txt b/npc/custom/quests/kaho_balmung.txt index ff581825b..f08ece027 100644 --- a/npc/custom/quests/kaho_balmung.txt +++ b/npc/custom/quests/kaho_balmung.txt @@ -19,12 +19,12 @@ prontera,158,356,4 script Royal Messenger 8W_SOLDIER,{ mes "Welcome to Prontera."; mes "I am the messenger in charge of the Royal Quests."; next; - if(select("Listen...:Walk away")==2) close; + if(select("Listen...", "Walk away")==2) close; mes "[Royal Messenger]"; mes "There are two quests."; mes "Choose the one you like."; next; - set .@i, select("Balmung:Lord Kaho's Horns:^777777Never mind.^000000"); + set .@i, select("Balmung", "Lord Kaho's Horns", "^777777Never mind.^000000"); mes "[Royal Messenger]"; if (.@i==3) { mes "Have a nice day."; |