Attributes
Hi all,
I am trying to set up an effect where the actor changes color when an attribute is between certain numbers. e.g.
player health = 100 to 75 icon is green
player health = 74 to 50 icon is yellow
player health = 25 to 49 icon is orange
and so on.
If anyone has any ideas that would be great.
I am trying to set up an effect where the actor changes color when an attribute is between certain numbers. e.g.
player health = 100 to 75 icon is green
player health = 74 to 50 icon is yellow
player health = 25 to 49 icon is orange
and so on.
If anyone has any ideas that would be great.
Comments
When All of the following:
Attribute - Player Health is Equal or higher than 75
Change Attribute
Self.Green to 1
etc
Attribute self.health is greater than 50 and
Attribute self.health is less than 75
--Change self.color.red to xxx
--Change self.color.blue to xxx
--Change self.color.green to xxx
Etc...
Was being silly & not thinking.