blob: 3e21e4fe292b10b0bbe85b46affa5d597c46adaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// TMW-2 Script
// Author:
// Jesusalva
// Description:
// Reset LOCATION$ when entering a town
024-1,93,69,0 script #LocFrostia NPC_HIDDEN,2,0,{
OnTouch:
EnterTown("Frostia");
end;
}
|