I am using Send Actor Message to send the message "Halo Start" to the Actor of a Unit. This causes the actor to be outlined in a white halo. Can this color be changed? I can't seem to find a corresponding message to do so.
No idea, how the halo is handled internally, but it doesn't seem to create a corresponding actor you could recolor. I don't know, if you can modify it.
umm.... you could try checking the events+ field for the unit's actor that you are giving a halo. ive been working with the events field recently and i know i saw some events that mentioned the halo but i never really looked at them. you may be able to set it to something like
event -> halo.start
action -> set tint color
something like that??
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am using Send Actor Message to send the message "Halo Start" to the Actor of a Unit. This causes the actor to be outlined in a white halo. Can this color be changed? I can't seem to find a corresponding message to do so.
No idea, how the halo is handled internally, but it doesn't seem to create a corresponding actor you could recolor. I don't know, if you can modify it.
umm.... you could try checking the events+ field for the unit's actor that you are giving a halo. ive been working with the events field recently and i know i saw some events that mentioned the halo but i never really looked at them. you may be able to set it to something like event -> halo.start action -> set tint color something like that??