blob: df037528d1f8e0fa617d8c37f6e84ce3dfe78ec9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// TMW-2 Script
// Author:
// Jesusalva
// Description:
// Reset LOCATION$ when entering a town
009-1,71,24,0 script #LocHalin NPC_HIDDEN,4,1,{
LOCATION$="Halin"; end;
}
009-1,55,72,0 duplicate(#LocHalin) #LocHalinB 3,1,NPC_HIDDEN
|