blob: f3ddc20c75ca3a4f086ecff71b939b4953fda3be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// TMW-2 Script
// Author:
// Jesusalva
// Description:
// Reset LOCATION$ when entering a town
/*024-1,x,y,0 script #LocFrostia NPC_HIDDEN,2,0,{
LOCATION$="Frostia"; end;
}*/
|