summaryrefslogtreecommitdiff
path: root/npc/029-0/town.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-0/town.txt')
-rw-r--r--npc/029-0/town.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/029-0/town.txt b/npc/029-0/town.txt
new file mode 100644
index 000000000..c1e5eec51
--- /dev/null
+++ b/npc/029-0/town.txt
@@ -0,0 +1,11 @@
+// TMW-2 Script
+// Author:
+// Jesusalva
+// Description:
+// Reset LOCATION$ when entering a town
+
+029-0,203,85,0 script #LocArtis NPC_HIDDEN,3,3,{
+OnTouch:
+ EnterTown("Artis"); end;
+}
+