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

029-0,203,85,0	script	#LocArtis	NPC_HIDDEN,3,3,{
OnTouch:
    EnterTown("Artis"); end;
}