diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:21:28 +0530 |
commit | 5235fb8353dfc68d71608bb26b4ba776974a0991 (patch) | |
tree | e767a578f48d383ce3dbdc031f4dd7728e8fc82f /npc/cities/niflheim.txt | |
parent | 226f8b335500dbef9c647603f7e2cbe99b885956 (diff) | |
download | hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.gz hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.bz2 hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.xz hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.zip |
Script Standardization: changed select format in cities folder
Diffstat (limited to 'npc/cities/niflheim.txt')
-rw-r--r-- | npc/cities/niflheim.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt index 5224655c2..6b35ae2e7 100644 --- a/npc/cities/niflheim.txt +++ b/npc/cities/niflheim.txt @@ -130,7 +130,7 @@ nif_in,156,93,5 script Child#niflheim 4_F_NFLOSTGIRL,{ mes "Mommy, have you seen my mommy?"; mes "I wanna go home...*Sob*"; next; - switch(select("About the witch:About the curse:Cancel.")) { + switch(select("About the witch", "About the curse", "Cancel.")) { case 1: mes "[Alakina Ann]"; mes "Witch...? I've never seen a witch, but I've read about them in books. I'm not sure if they exist or not, but it would be so horrifying if they did..."; @@ -206,7 +206,7 @@ niflheim,350,258,1 script Cursed Spirit#nif 4_NFWISP,{ mes "....Whatever you do..."; mes "....Do NOT touch my books..."; next; - switch(select("Touch the first book.:Touch the second book.:Touch the third book.:Okay, I am leaving.")) { + switch(select("Touch the first book.", "Touch the second book.", "Touch the third book.", "Okay, I am leaving.")) { case 1: monster "niflheim",349,259,"Rideword",1478,1,"Cursed Spirit#nif::OnMyMobDead"; mes "[Ashe Bruce]"; @@ -248,13 +248,13 @@ niflheim,350,258,1 script Cursed Spirit#nif 4_NFWISP,{ mes "lost to the ages~!"; emotion e_gg; next; - if (select("Clover:Klaatu:Klaytos") == 2) { + if (select("Clover", "Klaatu", "Klaytos") == 2) { ++.@spell; } - if (select("Verit:Veritas:Verata") == 3) { + if (select("Verit", "Veritas", "Verata") == 3) { ++.@spell; } - if (select("Necktie:Necklace:Nero:^FFFFFFNictu!!!^000000") == 4) { + if (select("Necktie", "Necklace", "Nero", "^FFFFFFNictu!!!^000000") == 4) { ++.@spell; } if (.@spell == 3) { |