summaryrefslogblamecommitdiff
path: root/npc/006-2-1/plum.txt
blob: 12c6c904331352a02b9086f13c601a441d3677bf (plain) (tree)























                                                       
// TMW2 scripts.
// Authors:
//    Jesusalva
//    +seeds
// Description:
//    Nurse.

006-2-1,85,71,0	script	Plum	NPC_PIOU_NURSE,{
    Nurse(.name$, 10, 5);
    close;

OnInit:
    .@npcId = getnpcid(.name$);
    setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt);
    setunitdata(.@npcId, UDT_HEADMIDDLE, TneckSweater);
    setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
    setunitdata(.@npcId, UDT_HAIRSTYLE, 12);
    setunitdata(.@npcId, UDT_HAIRCOLOR, 14);

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