summaryrefslogtreecommitdiff
path: root/npc/017-1/town.txt
blob: a475d14000433dc5767344fb62bc34b61ef82dbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// TMW-2 Script
// Author:
//  Jesusalva
// Description:
//  Reset LOCATION$ when entering a town

017-1,219,91,0	script	#LocLoF	NPC_HIDDEN,2,2,{
OnTouch:
    EnterTown("LoF"); end;
}