From ecf16695c03f6ddf58a3b2e793f49941d6da18e4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Jul 2023 20:27:17 -0300 Subject: Increase Mirror Lake delays here too, to avoid the race condition. --- npc/003-0-2/misc.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc/003-0-2') diff --git a/npc/003-0-2/misc.txt b/npc/003-0-2/misc.txt index e56e6a015..6447b1507 100644 --- a/npc/003-0-2/misc.txt +++ b/npc/003-0-2/misc.txt @@ -36,3 +36,16 @@ OnInit: end; } +003-0-3,34,33,0 script A Mirror Lake NPC_MANATREE,{ +OnTouch: + if (!getvaultid()) { dispbottom l("WTF is this devilry?! Just... How?!"); end; } + mesc l("Do you want to move the ##BThe Crossroads##b?"), 1; + if (askyesno() == ASK_NO) close; + closeclientdialog; + MirrorLakeSendTo(MLP_CR, 0); + end; +OnInit: + .sex = G_OTHER; .distance = 1; disablenpc .name$; + end; +} + -- cgit v1.2.3-60-g2f50