blob: 9b99ca1ff60ab4347ef32264690133702c0bbac3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// TMW-2 Script
// Author:
// Jesusalva
// Description:
// Reset LOCATION$ when entering a town
003-1,60,157,0 script #LocTulim NPC_HIDDEN,4,0,{
LOCATION$="Tulim"; end;
}
|