summaryrefslogblamecommitdiff
path: root/npc/003-1/jakod.txt
blob: 6d5a35b245c1a6e0b930ed4bc4a99b5603e36ab4 (plain) (tree)
1
2
3
4
5
6
7
8
9


           
                                            




       
                                  



                                                              


                                            
                  
                  


        
// Author:
//    Saulc

003-1,62,76,0	script	Jakod	NPC_PLAYER,{


hello;

OnInit:
    .@npcId = getnpcid(0, .name$);
    setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
    setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe);
    setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers);
    setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots
    setunitdata(.@npcId, UDT_HAIRSTYLE, 24);
    setunitdata(.@npcId, UDT_HAIRCOLOR, 2);

    .sex = G_MALE;
    .distance = 5;
    end;
}