diff options
Diffstat (limited to 'npc/020-1/town.txt')
-rw-r--r-- | npc/020-1/town.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/020-1/town.txt b/npc/020-1/town.txt new file mode 100644 index 000000000..4796d0cbb --- /dev/null +++ b/npc/020-1/town.txt @@ -0,0 +1,10 @@ +// TMW-2 Script +// Author: +// Jesusalva +// Description: +// Reset LOCATION$ when entering a town + +020-1,71,102,0 script #LocNival NPC_HIDDEN,2,0,{ + LOCATION$="Nival"; end; +} +012-1,106,55,0 duplicate(#LocHurns) #LocNivalB 1,1,NPC_HIDDEN |