diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:35:36 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:45 +0530 |
commit | 4d139eb924e63f88065071de722ddc39465cd5e3 (patch) | |
tree | f25d5322e19e1ebd060064786e5d9c6e1a5ef572 /npc/quests/bunnyband.txt | |
parent | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (diff) | |
download | hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.gz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.bz2 hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.xz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.zip |
Script Standardization: changed select format in quests folder
Diffstat (limited to 'npc/quests/bunnyband.txt')
-rw-r--r-- | npc/quests/bunnyband.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/bunnyband.txt b/npc/quests/bunnyband.txt index 37bd45714..957e3ab01 100644 --- a/npc/quests/bunnyband.txt +++ b/npc/quests/bunnyband.txt @@ -45,7 +45,7 @@ alberta,26,229,0 script Kafra Employee#bunny 4_M_01,{ mes "Corporation's special"; mes "^529DFFBunny Band Event^000000?"; next; - switch(select("Sure, I brought the items.:Event Information:Cancel")) { + switch(select("Sure, I brought the items.", "Event Information", "Cancel")) { case 1: mes "[Kafra Employee]"; mes "Alrighty~"; @@ -113,7 +113,7 @@ alberta,26,229,0 script Kafra Employee#bunny 4_M_01,{ mes "Corporation and sponsored by"; mes "the Alberta Merchant Guild?"; next; - switch(select("Join the Event:Event Information:Cancel")) { + switch(select("Join the Event", "Event Information", "Cancel")) { case 1: BUNYBND = 1; mes "[Kafra Employee]"; |