diff options
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/town.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-1/town.txt b/npc/009-1/town.txt index bcb99e0d3..bef1fa1ae 100644 --- a/npc/009-1/town.txt +++ b/npc/009-1/town.txt @@ -5,6 +5,7 @@ // Reset LOCATION$ when entering a town 009-1,71,24,0 script #LocHalin NPC_HIDDEN,4,1,{ - LOCATION$="Halin"; end; +OnTouch: + EnterTown("Halin"); end; } 009-1,55,72,0 duplicate(#LocHalin) #LocHalinB NPC_HIDDEN,3,1 |