You'll want to have a range actor (either create your own or modify an existing one) that is created when the unit the unit is created and is destroyed when the unit is destroyed. You look at the sentry tower range actor to get an example of this, whenever any unit with the sentry tower detector behavior is created it creates a range marker and whenever that behavior is destroyed (i.e. the sentry tower dies), it is removed.
i'm looking for a way to add a detection range line to the Overseer. I want it to look like the Overseers in the Zeratul stealth missions.
If anybody could help me out with this, I would be most gratefull :)
Thanks.
@svenhof: Go
push
@svenhof: Go
You'll want to have a range actor (either create your own or modify an existing one) that is created when the unit the unit is created and is destroyed when the unit is destroyed. You look at the sentry tower range actor to get an example of this, whenever any unit with the sentry tower detector behavior is created it creates a range marker and whenever that behavior is destroyed (i.e. the sentry tower dies), it is removed.
@roguelike: Go
Thank you!