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/berzebub.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/berzebub.txt')
-rw-r--r-- | npc/custom/quests/berzebub.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/quests/berzebub.txt b/npc/custom/quests/berzebub.txt index 8a57d4f3e..7dec41f79 100644 --- a/npc/custom/quests/berzebub.txt +++ b/npc/custom/quests/berzebub.txt @@ -22,7 +22,7 @@ prontera,165,178,8 script Old Woman 8_F_GRANDMOTHER,{ close; } mes "Greeting, lad. I found a really nifty item while I was picking mushrooms near Glast Heim."; next; - if(select("Keep Talking:Leave")==2) goto M_Leave; + if(select("Keep Talking", "Leave")==2) goto M_Leave; mes .@n$; mes "I have never seen an item like this before. I am told it can be placed inside any accessory with a slot available."; @@ -30,7 +30,7 @@ prontera,165,178,8 script Old Woman 8_F_GRANDMOTHER,{ mes .@n$; mes "If you're interested in this item, I'll tell you what you need for me to make you one of your own. I can only give one of these to each player, so once you finish this quest, you may not do it again."; next; - if(select("Tell me more about it:Nah, I don't care about it")==2) goto M_Leave; + if(select("Tell me more about it", "Nah, I don't care about it")==2) goto M_Leave; mes .@n$; mes "I believe the item is called a ^FF0000Berzebub Card^000000. It makes you cast spells really fast!"; @@ -41,7 +41,7 @@ prontera,165,178,8 script Old Woman 8_F_GRANDMOTHER,{ mes " ~ "+.@items[.@i+1]+"x "+getitemname(.@items[.@i]); if (countitem(.@items[.@i]) < .@items[.@i+1]) set .@nr,1; } next; - if(select("I have all of that!:I'll get those ASAP")==2) goto M_Leave; + if(select("I have all of that!", "I'll get those ASAP")==2) goto M_Leave; mes .@n$; if (.@nr) { |