diff options
-rw-r--r-- | npc/019-1-1/miler.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index c744a1e0b..7938b38c2 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -84,6 +84,14 @@ L_Quest: close; OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, KnitHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_HAIRSTYLE, rand(2,15)); + setunitdata(.@npcId, UDT_HAIRCOLOR, rand(4,14)); + .sex = G_MALE; .distance = 5; end; |