From 126e17da78be997923efc6b5430c58f7b897c58a Mon Sep 17 00:00:00 2001 From: Lupus Date: Sun, 6 May 2007 18:34:11 +0000 Subject: revised 2/3 of cities scripts, minor optimization of Gunslinger quest, Grandpa Pharm = | -> || git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10495 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/niflheim.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/cities/niflheim.txt') diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt index a44d22cbb..57c202ac9 100644 --- a/npc/cities/niflheim.txt +++ b/npc/cities/niflheim.txt @@ -91,9 +91,8 @@ nif_in,156,93,5 script Child 793,{ mes "have you seen my mommy, hmm? ... sob..."; mes "I want to go home..."; next; - menu "About the witch...",L_Wizzard,"About the curse...",L_Curse,"Stop conversation",L_end; + menu "About the witch...",-,"About the curse...",L_Curse,"Stop conversation",L_end; -L_Wizzard: mes "[Alakina Ann]"; mes "A witch? I don't know any witches..."; mes "although I read about them in storybooks,"; @@ -102,8 +101,10 @@ L_Wizzard: next; mes "[Alakina Ann]"; mes "But why is it so cold?"; - if (sex == 1) mes "Aren't you cold, brother? Wierd... Hu~"; - if (sex == 0) mes "Aren't you cold, sister? Wierd... Hu~"; + if (sex == 1) + mes "Aren't you cold, brother? Wierd... Hu~"; + else + mes "Aren't you cold, sister? Wierd... Hu~"; mes "I miss my warm home,"; mes "Can you help me please? Hmmm? Hmmm?"; close; -- cgit v1.2.3-60-g2f50