blob: bcb99e0d3000452eb5124ea55f30ca7590934906 (
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 NPC_HIDDEN,3,1
|