From 648010015f48cd397908cebe991cc562796668c1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 May 2021 21:42:59 -0300 Subject: Final updates to the Mirror Lake basic infrastructure on ML side. --- npc/014-4/slide.txt | 7 +++++++ npc/functions/hub.txt | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/npc/014-4/slide.txt b/npc/014-4/slide.txt index 6d24670c2..28cbc67be 100644 --- a/npc/014-4/slide.txt +++ b/npc/014-4/slide.txt @@ -18,3 +18,10 @@ OnTouch: end; } +014-4,25,47,0 script #014-4_25_47 NPC_HIDDEN,0,0,{ + end; +OnTouch: + slide 25, 49; + end; +} + diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index a586cbae1..691961fe0 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -277,9 +277,11 @@ function script HUB_Logout { "VAR2N", "MLWORLD", "VAR2V", ##01_MLWORLD, "VEXP", ##VAULT_EXP, - "GOTO", 0, - "MLTO", 0); + "GOTO", ##VAULT_GOTO, + "MLTO", ##VAULT_MLTO); ##VAULT_EXP=0; + ##VAULT_GOTO=0; + ##VAULT_MLTO=0; api_send(API_FLUSHVAULT, .@api$); // Destroy temporary characters if (countitem(MirrorLakeArmor)) { -- cgit v1.2.3-60-g2f50