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

017-1,219,91,0	script	#LocLoF	NPC_HIDDEN,1,1,{
    LOCATION$="LoF"; end;
}