diff options
Diffstat (limited to 'npc/009-1/town.txt')
-rw-r--r-- | npc/009-1/town.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/009-1/town.txt b/npc/009-1/town.txt new file mode 100644 index 000000000..df037528d --- /dev/null +++ b/npc/009-1/town.txt @@ -0,0 +1,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 |