summaryrefslogtreecommitdiff
path: root/world/map/npc/020-1/traveler.txt
blob: a5a5b9cf081b84962737ed67bd57675613f2546a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
020-1,57,123,0|script|Knox the Traveler|103
{
    set @npcname$, "Knox";
    set @NpcTravelBit, $@nivalis_bit;
    callfunc "Traveler";
    end;

OnInit:
    set .IS_MAGIC, 1;
    end;
}