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