diff options
Diffstat (limited to 'npc/024-1/town.txt')
-rw-r--r-- | npc/024-1/town.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |