From b318c8097bdc6ab3f635f2054ef503a4057daf73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Sep 2018 16:21:26 -0300 Subject: Remove the control from @event - it's now handled by Michel. --- npc/003-1/michel.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index 03893dfbe..5278c3065 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -61,14 +61,16 @@ L_GM: mes ""; switch (@menu) { case 2: - $REFERRAL_ENABLED=!$REFERRAL_ENABLED; break; + $REFERRAL_ENABLED=!$REFERRAL_ENABLED; logmes "Enabled REFER event.", LOGMES_ATCOMMAND; break; case 3: HallOfReferral(); break; case 4: mesc "Are you sure?", 1; next; - if (askyesno() == ASK_YES) + if (askyesno() == ASK_YES) { deletearray($REFERRAL_IDS); + logmes "##1Deleted PERMANENTLY the REFER event scoreboard.##0", LOGMES_ATCOMMAND; + } default: close; } next; -- cgit v1.2.3-60-g2f50