diff options
Diffstat (limited to 'npc/033-1')
-rw-r--r-- | npc/033-1/misc.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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; } |