From cd73c9e7fffdbdc756aa8ffb90a39deec2aaa8e9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 May 2019 10:36:29 -0300 Subject: Update location, missing constants, sleep for Monter King to avoid eventual bugs, etc. --- npc/024-1/town.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/024-1') diff --git a/npc/024-1/town.txt b/npc/024-1/town.txt index fd7e7bb67..3e21e4fe2 100644 --- a/npc/024-1/town.txt +++ b/npc/024-1/town.txt @@ -5,6 +5,8 @@ // Reset LOCATION$ when entering a town 024-1,93,69,0 script #LocFrostia NPC_HIDDEN,2,0,{ - LOCATION$="Frostia"; end; +OnTouch: + EnterTown("Frostia"); + end; } -- cgit v1.2.3-70-g09d2