diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-19 13:29:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-19 13:29:18 -0300 |
commit | 98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06 (patch) | |
tree | 83b2c1808972c943debee018903023b90a25fe21 /npc/033-1 | |
parent | 95abdf7166c49d147641e16acfe0e7ef9eb2fad4 (diff) | |
download | serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.tar.gz serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.tar.bz2 serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.tar.xz serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.zip |
Fixes and hard fixes
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; } |