From 6f0c07933d786daa1e3ea32d2627e065966b16f5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Sep 2018 20:22:35 -0300 Subject: Minimum clothing to Miler --- npc/019-1-1/miler.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/019-1-1/miler.txt') 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; -- cgit v1.2.3-60-g2f50