From 9d528dd4a1977019839350ca092f06dbfcf6234f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Mar 2018 12:51:27 -0300 Subject: Ok, this half way done. --- npc/003-1/swezanne.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 2b02c961a..b8a639194 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -69,7 +69,22 @@ L_Finish: L_Silvia: mesn; mesq l("Ah, my daughter Silvia is so far away... But I don't want to leave the shade of this tree..."); - goto L_Close; + next; + mesn; + mesq l("Perhaps you could tell her how much I love her? It is already some days since I last talked to her."); + next; + mesn; + mesq l("I don't want her to think that I am a bad mother."); + mes ""; + menu + l("Sure, I'll do it."), L_SilviaAccept, + l("One day more or less won't make a difference."), L_Close; + +L_SilviaAccept: + mesn; + mesq l("Oh, thank you! I will be waiting for you!"); + setq TulimsharQuest_Swezanne, 4; + close; L_Close: closedialog; @@ -88,7 +103,7 @@ OnInit: .sex = G_FEMALE; .distance = 5; - // Preventive check against faulty update + // Preventive check against faulty update. Must be removed afterwards. .@nb = query_sql("select `char_id` from `quest` WHERE ((`count1`=1 or `count1`=2) and `quest_id`=54) LIMIT 2", .@name$); if (getarraysize(.@name$) > 0) { debugmes "FATAL ERROR: Quest log not updated."; -- cgit v1.2.3-60-g2f50