Skip to content

SetColor() Question

ZephiriusZephirius Member Posts: 411
edited September 2021 in Builders - Scripting
I've been trying to change the skin color of a fire giant to a darker hue - to an almost black tone, but am unable to get the desired effect. Am I to understand that SetColor() is used for this effect, or am I misunderstanding SetColor() all together?
object oObject = OBJECT_SELF;
SetColor(oObject, COLOR_CHANNEL_SKIN, 000);

...cause I get nothing??? - the parameter 000 is just an example. I've tried several different ones and still get nothing.

Thanks to the usual suspects who might respond to this post. :)

Comments

  • ForSeriousForSerious Member Posts: 446
    The Fire Giant uses a texture file like most standard 3D models of the time. That function will only work on creatures with player playable models. So like Elf... Halfling... Human... Anything that can be seen in the standard character creation menu.
  • ZephiriusZephirius Member Posts: 411
    Thanks Serious. Not what I wanted but could come in handy.
Sign In or Register to comment.