diff options
Diffstat (limited to 'npc/cities/niflheim.txt')
-rw-r--r-- | npc/cities/niflheim.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt index 5224655c2..92e57f434 100644 --- a/npc/cities/niflheim.txt +++ b/npc/cities/niflheim.txt @@ -50,7 +50,7 @@ niflheim,52,147,3 script Keedz#nif 4_M_NFDEADSWDMAN,{ niflheim,195,211,6 script Gigantia#nif 4_M_NFDEADSWDMAN,3,3,{ if (isequipped(5038) || isequipped(2257) || isequipped(2256)) { - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "What's up?"; next; mes "[Gigantia]"; @@ -88,7 +88,7 @@ nif_in,16,27,1 script Undead Chicken#nif 4_NFCOCK,{ mes "[Undead Chicken]"; mes "I lived a peaceful life as a normal chicken. But then came the day I was tragically killed and eaten by humans. Well... Heh heh~! Now it's my turn! *Cackles*"; next; - mes "["+ strcharinfo(0) +"]"; + mes "["+ strcharinfo(PC_NAME) +"]"; mes "Ouch...!"; mes "A chicken..."; mes "It bit me!"; @@ -110,7 +110,7 @@ nif_in,16,30,4 script Undead Familiar#nif 4_NFBAT,{ mes "always tasty...! I think I'll just"; mes "take a liiittle sip."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Ow! My vein!"; mes "Did you just"; mes "suck my blood?!"; @@ -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) { |