summaryrefslogtreecommitdiff
path: root/npc/017-1/town.txt
blob: 9856b713f93f781c5cf55f4613451dd6d640fa05 (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,104,103,0	script	#LocLoF	NPC_HIDDEN,2,2,{
OnTouch:
    EnterTown("LoF"); end;
}