diff options
Diffstat (limited to 'world/map/npc/020-1/traveler.txt')
-rw-r--r-- | world/map/npc/020-1/traveler.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/020-1/traveler.txt b/world/map/npc/020-1/traveler.txt new file mode 100644 index 00000000..95efd4cf --- /dev/null +++ b/world/map/npc/020-1/traveler.txt @@ -0,0 +1,7 @@ +020-1.gat,57,123,0|script|Knox the Traveler|103, +{ + set @NpcName$, "Knox"; + set @NpcTravelBit, $@nivalis_bit; + callfunc "Traveler"; + end; +} |