From 98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Jul 2023 13:29:18 -0300 Subject: Fixes and hard fixes --- npc/033-1/misc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/033-1') diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 360fffd..e76fc12 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -184,6 +184,16 @@ OnTouch: dispbottom l("This portal is not currently active."); end; } + // This event is special + if (is_admin() || is_master()) { + mesc "Disable event?", 1; + next; + if (askyesno() == ASK_YES) { + $@EVENT_08 = PORTHOS_UNUSED; + close; + } + closeclientdialog; + } warp $@EVENT_08_M$, $@EVENT_08_X, $@EVENT_08_Y; end; } -- cgit v1.2.3-70-g09d2