pxd2050 Posted March 8, 2021 Share Posted March 8, 2021 How to change NPCs haircolor? I make a mod with SetHairColor(),but it don't work.Help Link to comment Share on other sites More sharing options...
pxd2050 Posted March 8, 2021 Author Share Posted March 8, 2021 How to change NPCs haircolor? I make a mod with SetHairColor(),but it don't work.Help else debug.notification("RGB:"+Red+"."+Green+"."+Blue) int color ColorForm haircolor SetRed(color,Red) SetGreen(color,Green) SetBlue(color,Blue) haircolor.setcolor(color+0xff000000) ActorBase ActorB = ActorRef.GetActorBase() ActorB.SetHairColor(haircolor) ActorRef.QueueNiNodeUpdate() endif Link to comment Share on other sites More sharing options...
Recommended Posts