From 371db803633dcc4185e147f5ddff08c7bd5aa613 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Thu, 8 Apr 2010 15:56:50 +1200 Subject: Easter 2010 --- npc/013-1_Woodland_hills/sagatha.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'npc/013-1_Woodland_hills') diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index f5e2f606..cb1fd6ad 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -110,6 +110,7 @@ L_next: next; menu + "Hi, lady. Why are you sad?", L_easter_inquireone, "Who are you?", -, "What's your name?", L_intro_name, "Hello! My name is " + strcharinfo(0) + ".", L_intro_givename, @@ -183,12 +184,14 @@ L_wb: L_main: if (@Q_status) menu + "You seem upset. Are you okay?", L_easter_inquiretwo, "Can you explain magic to me?", L_explain_magic, "Can you teach me more magic?", L_teach, "What do you know about...", L_Question, "Goodbye.", L_close; if (!@Q_status) menu + "You seem upset. Are you okay?", L_easter_inquiretwo, "Can you explain magic to me?", L_explain_magic, "Can you teach me magic?", L_teach_initial, "What do you know about...", L_Question, @@ -410,6 +413,35 @@ L_Q_auldsbel: next; goto L_main; +L_easter_inquireone: + mes "[Sagatha the Witch]"; + mes "\"Never you mind.\""; + close; + +L_easter_inquiretwo: + mes "[Sagatha the Witch]"; + mes "\"Well... *she looks at you for a moment* I don't know exactly... there's something... the animals can feel it too. They're worried as well...\""; + menu + "Okay... is there anything I can do?", L_easter_offer, + "How can you tell what animals are feeling?", L_easter_feelings, + "Gee, I hope nothing happens to the little animals!", L_easter_gee, + close; + +L_easter_offer: + mes "[Sagatha the Witch]"; + mes "\"Thank you for the offer, but no, there isn't anything...\""; + close; + +L_easter_feelings: + mes "[Sagatha the Witch]"; + mes "\"Hm? What? Oh... the same way you do, I suppose.\""; + close; + +L_easter_gee: + mes "[Sagatha the Witch]"; + mes "\"Yes, so do I...\""; + close; + L_close: close; -- cgit v1.2.3-70-g09d2