From 5e536628bf5eea88ee4f494bf5aa6072e9abf04c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Feb 2020 17:16:27 -0300 Subject: Valentine Event: Soren: Status Reset & Shop options --- npc/001-11/Soren.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'npc/001-11') 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); -- cgit v1.2.3-70-g09d2