summaryrefslogtreecommitdiff
path: root/npc/017-1/town.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/town.txt')
-rw-r--r--npc/017-1/town.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/017-1/town.txt b/npc/017-1/town.txt
new file mode 100644
index 000000000..74ca14256
--- /dev/null
+++ b/npc/017-1/town.txt
@@ -0,0 +1,9 @@
+// TMW-2 Script
+// Author:
+// Jesusalva
+// Description:
+// Reset LOCATION$ when entering a town
+
+017-1,219,91,0 script #LocLoF NPC_HIDDEN,1,1,{
+ LOCATION$="LoF"; end;
+}