diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-03 22:05:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-03 22:05:59 -0300 |
commit | 17e80c724382830623530b569b4f8f5e1dd5ac66 (patch) | |
tree | 1e1113ed433117feeb0b46f237c8d2772cd48e53 /npc/033-1 | |
parent | 59b97a01daa8ab83cbd4da3686676130788cf522 (diff) | |
download | serverdata-17e80c724382830623530b569b4f8f5e1dd5ac66.tar.gz serverdata-17e80c724382830623530b569b4f8f5e1dd5ac66.tar.bz2 serverdata-17e80c724382830623530b569b4f8f5e1dd5ac66.tar.xz serverdata-17e80c724382830623530b569b4f8f5e1dd5ac66.zip |
Improve the now less broken portal
Diffstat (limited to 'npc/033-1')
-rw-r--r-- | npc/033-1/misc.txt | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 5cab8dc..9d7c406 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -83,24 +83,11 @@ OnTouch: end; } -// 34,150 +// Shortcut to TMW Classic? 033-1,31,155,0 script #Porthos02 NPC_NO_SPRITE,0,0,{ end; OnTouch: - /* - if ($@EVENT_02 == PORTHOS_BUSY) { - dispbottom l("This portal is currently busy - an event must be in progress."); - end; - } - if ($@EVENT_02 == PORTHOS_UNUSED) { - if (is_admin() || is_master()) - SetPorthosPortal(2); - dispbottom l("This portal is not currently active."); - end; - } - warp $@EVENT_02_M$, $@EVENT_02_X, $@EVENT_02_Y; - end; - */ + slide 31, 156; mes l("Do you want to visit The Mana World: Classic?"); next; if (askyesno() == ASK_YES) |