f87568e9b ^
1 2 3 4 5 6 7 8 9 10 11
// TMW-2 Script // Author: // Jesusalva // Description: // Reset LOCATION$ when entering a town 029-0,203,85,0 script #LocArtis NPC_HIDDEN,3,3,{ OnTouch: EnterTown("Artis"); end; }