I'm currently trying to change a unit's color when the unit uses an ability. The ability is of type "Behavior". So far, I've tried modifying the actor's events for the units and tried the following:
Abil.<Ability>
- Set Tint Color: <Color>
Although it's not working. Any ideas as to how I can pull this off?
I'm currently trying to change a unit's color when the unit uses an ability. The ability is of type "Behavior". So far, I've tried modifying the actor's events for the units and tried the following:
Abil.<Ability>
- Set Tint Color: <Color>
Although it's not working. Any ideas as to how I can pull this off?
@Zurom: Go
Try Behavior.On
GAH! I can't believe I didn't think of that! Lol thanks :)