diff options
Diffstat (limited to 'npc/012-1/town.txt')
-rw-r--r-- | npc/012-1/town.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/012-1/town.txt b/npc/012-1/town.txt new file mode 100644 index 000000000..036b203f9 --- /dev/null +++ b/npc/012-1/town.txt @@ -0,0 +1,12 @@ +// TMW-2 Script +// Author: +// Jesusalva +// Description: +// Reset LOCATION$ when entering a town + +012-1,78,49,0 script #LocHurns NPC_HIDDEN,3,1,{ + LOCATION$="Hurns"; end; +} +012-1,78,80,0 duplicate(#LocHurns) #LocHurnsS 3,1,NPC_HIDDEN +012-1,54,61,0 duplicate(#LocHurns) #LocHurnsW 1,2,NPC_HIDDEN +012-1,127,60,0 duplicate(#LocHurns) #LocHurnsE 1,2,NPC_HIDDEN |