summaryrefslogtreecommitdiff
path: root/npc/026-1/traveler.txt
blob: 974663383a156fadd06372680cbc9c886c54f83e (plain) (blame)
1
2
3
4
5
6
7
8
026-1,49,46,0	script	Styx the Traveler	NPC103,{
    XMAS21_NPC();
    @npcname$ = "Styx";
    @NpcTravelBit = $@graveyard_bit;
    callfunc "Traveler";
    end;
}