Jump to content

How to change NPCs haircolor?


Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...