diff options
Diffstat (limited to 'npc/012-2')
-rw-r--r-- | npc/012-2/khafar.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/012-2/khafar.txt b/npc/012-2/khafar.txt index 5820b86b8..dc60285c5 100644 --- a/npc/012-2/khafar.txt +++ b/npc/012-2/khafar.txt @@ -24,6 +24,16 @@ close; OnInit: + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, FairyHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonShorts); + setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); + setunitdata(.@npcId, UDT_HAIRSTYLE, 24); + setunitdata(.@npcId, UDT_HAIRCOLOR, 7); + + .sex = G_MALE; + .distance = 5; npcsit; end; } |