summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/swezanne.txt19
1 files changed, 17 insertions, 2 deletions
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.";