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

OnInit:
    set .IS_MAGIC, 1;
    end;
}