From acfa2187bf2683676340da17bdfe3aba006c342f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jul 2023 00:45:27 -0300 Subject: This is for Ledmitz --- npc/033-1/misc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index d923de6..32c23ea 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -86,6 +86,7 @@ OnTouch: 033-1,44,160,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; @@ -98,5 +99,12 @@ OnTouch: } warp $@EVENT_02_M$, $@EVENT_02_X, $@EVENT_02_Y; end; + */ + mes l("Do you want to visit The Mana World: Classic?"); + next; + if (askyesno() == ASK_YES) + MirrorLakeSendTo(MLP_TMW, 0); + closeclientdialog; + end; } -- cgit v1.2.3-60-g2f50