diff options
Diffstat (limited to 'npc/001-1_Tulimshar/children.txt')
-rw-r--r-- | npc/001-1_Tulimshar/children.txt | 47 |
1 files changed, 38 insertions, 9 deletions
diff --git a/npc/001-1_Tulimshar/children.txt b/npc/001-1_Tulimshar/children.txt index a3ab8e07..1b62953d 100644 --- a/npc/001-1_Tulimshar/children.txt +++ b/npc/001-1_Tulimshar/children.txt @@ -54,7 +54,8 @@ L_8: } 001-1.gat,39,67,0 script Nina 103,{ - set @TEMP,rand(8); + mes "[Nina]"; + set @TEMP,rand(10); if(@TEMP == 0) goto L_1; if(@TEMP == 1) goto L_1; if(@TEMP == 2) goto L_2; @@ -64,44 +65,72 @@ L_8: if(@TEMP == 6) goto L_6; if(@TEMP == 7) goto L_7; if(@TEMP == 8) goto L_8; + goto L_9; L_1: - mes "[Nina]"; mes "\"If I learned anything from school, Grenxen founded Tulimshar.\""; close; L_2: - mes "[Nina]"; mes "\"When I was picking rocks from the field, I saw a red scorpion.\""; close; L_3: - mes "[Nina]"; mes "\"Its polite to state your name before talking to anyone.\""; close; L_4: - mes "[Nina]"; + mes "\"I have a Scorpion Doll!\""; close; L_5: - mes "[Nina]"; mes "\"I always take some spare Cactus Juices with me on the field. They are heavy, though.\""; close; L_6: - mes "[Nina]"; mes "\"When you are feeling bad, eating something can usually help you heal faster.\""; close; L_7: - mes "[Nina]"; mes "\"Grenxen is the Demon that founded Tulimshar.\""; close; L_8: + mes "\"That volcano eruption was scary; much of Tulimshar was destroyed. But the mayor had everything rebuilt quickly.\""; + close; + +L_9: + mes "\"I know a very bad word. But I must not say it, because monsters will come and get me if I do!\""; + next; + 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 "That volcano eruption was terrifying; much of Tulimshar was destroyed. Fortunately the mayor had everything rebuilt quickly."; + mes "\"No.\""; close; + +L_giveword: + mes "[Nina]"; + 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]"; + mes "Terrified, she looks around once more."; + mes "\"But you mustn't tell anyone!\""; + next; + close; } |