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