From b2ec357e68a1b2e692f1c1081c4cc4f11682576a Mon Sep 17 00:00:00 2001 From: Fate Date: Wed, 7 Jan 2009 15:10:18 -0700 Subject: Misc. fixes, added most of Wyara --- npc/001-1_Tulimshar/children.txt | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'npc/001-1_Tulimshar/children.txt') diff --git a/npc/001-1_Tulimshar/children.txt b/npc/001-1_Tulimshar/children.txt index e2771cf0..452df411 100644 --- a/npc/001-1_Tulimshar/children.txt +++ b/npc/001-1_Tulimshar/children.txt @@ -101,14 +101,30 @@ L_8: close; L_9: - mes "\"I know a bad word, but I promised my mom that I wouldn't tell anyone.\""; - menu "That's good. You shouldn't tell such things.", -, - "What's that bad word?", L_badword; + mes "\"I know a very bad word. But I must not say it, because monsters will come and get me if I do!\""; + menu + "A bad word?", L_tell, + "Oh, you better keep it for yourself then.", -; + close; + +L_tell: + mes "[Nina]"; + mes "\"Yes, I heard my mother say it once. And she made me promise her to never say it. Never.\""; + next; + menu "If I promise to never tell anyone, can you tell me the word?", L_keepword, + "I understand, you do not need to tell...", L_giveword, + "Goodbye!", -; + close; + +L_keepword: + mes "[Nina]"; + mes "\"No.\""; + close; -L_badword +L_giveword: mes "[Nina]"; - mes "She looks around nervously, then motions you to come closer."; - mes "\"It's '" + getspellinvocation("aggravate") + "', she whispers in your ear.\""; + mes "Nina looks around as she hushes you to silence. After a few seconds she whispers to you."; + mes "\"I like you! So I will tell you the bad word. But you can't tell anyone else about it! The bad word is '" + getspellinvocation("aggravate") + "'.\""; next; mes "[Nina]"; -- cgit v1.2.3-60-g2f50