summaryrefslogtreecommitdiff
path: root/world/map/npc/013-1/traveler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/013-1/traveler.txt')
-rw-r--r--world/map/npc/013-1/traveler.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/013-1/traveler.txt b/world/map/npc/013-1/traveler.txt
new file mode 100644
index 00000000..405c82b1
--- /dev/null
+++ b/world/map/npc/013-1/traveler.txt
@@ -0,0 +1,7 @@
+013-1.gat,120,90,0|script|Faris the Traveler|103,
+{
+ set @NpcName$, "Faris";
+ set @NpcTravelBit, $@magic_house_bit;
+ callfunc "Traveler";
+ end;
+}