diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:31:48 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:31:48 +0530 |
commit | 6cc913e3fada193e29b09c10c728d15d29c49499 (patch) | |
tree | 57ccb7130c3b79bf8a6a200c9c4e089c36e760a3 /npc/events/children_week.txt | |
parent | fa0b6b57f01f2ff360a633e5b5620998b7c4a9c6 (diff) | |
download | hercules-6cc913e3fada193e29b09c10c728d15d29c49499.tar.gz hercules-6cc913e3fada193e29b09c10c728d15d29c49499.tar.bz2 hercules-6cc913e3fada193e29b09c10c728d15d29c49499.tar.xz hercules-6cc913e3fada193e29b09c10c728d15d29c49499.zip |
Script Standardization: changed select format in events folder
Diffstat (limited to 'npc/events/children_week.txt')
-rw-r--r-- | npc/events/children_week.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/events/children_week.txt b/npc/events/children_week.txt index 5c72df97f..2cb654cd8 100644 --- a/npc/events/children_week.txt +++ b/npc/events/children_week.txt @@ -54,7 +54,7 @@ prontera,146,91,5 script Pandit chacha#child07 1_M_PUBMASTER,{ mes "I would like to give the small gift to little adventurer..."; mes "What about you? Do you want to take it?"; next; - if(select("No. I will take it later.:Sure, I want.") == 1) { + if(select("No. I will take it later.", "Sure, I want.") == 1) { mes "[Pandit chacha]"; mes "That's too bad.... hum..."; mes "I gathered some stuffs from far a way world to make it...."; @@ -76,7 +76,7 @@ prontera,146,91,5 script Pandit chacha#child07 1_M_PUBMASTER,{ mes "You did good work."; mes "Could you give me 1 Wedding Bouquet and 1 Witherless Rose? "; next; - if(select("Not yet.:Sure, take it.") == 1) { + if(select("Not yet.", "Sure, take it.") == 1) { mes "[Pandit chacha]"; mes "If you are not prepared yet, call me when you ready."; close; |