summaryrefslogtreecommitdiff
path: root/world/map/npc/013-1/traveler.txt
blob: 405c82b18f9122e39644f309640d29485ad0606d (plain) (blame)
1
2
3
4
5
6
7
013-1.gat,120,90,0|script|Faris the Traveler|103,
{
    set @NpcName$, "Faris";
    set @NpcTravelBit, $@magic_house_bit;
    callfunc "Traveler";
    end;
}