From 17e80c724382830623530b569b4f8f5e1dd5ac66 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jul 2023 22:05:59 -0300 Subject: Improve the now less broken portal --- npc/033-1/misc.txt | 17 ++--------------- 1 file 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) -- cgit v1.2.3-60-g2f50