summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-11/Soren.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt
index 149bd49c5..73f744b88 100644
--- a/npc/001-11/Soren.txt
+++ b/npc/001-11/Soren.txt
@@ -8,7 +8,7 @@
mesn;
mesq l("I will harass Demure with so many chocolate that she'll leave this event map rolling!");
if (gettime(GETTIME_YEAR) == 2020)
- close;
+ goto L_Purpose;
next;
L_Main:
@@ -37,6 +37,24 @@ L_Main:
}
close;
+L_Purpose:
+ next;
+ select
+ l("You're creepy."),
+ l("Reset status"),
+ l("Open shop");
+ mes "";
+ switch (@menu) {
+ case 2:
+ ConfirmStatusReset(1);
+ break;
+ case 3:
+ closeclientdialog;
+ shop "Shop#Candor";
+ break;
+ }
+ close;
+
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, CandorShorts);