My idea is to have a search that finds targets, then applies a search launched from that target unit with the offset of like, y; 1.5, that applies a buff only used by the casting ability that validates the second half of it?
Like maybe a quickfire persistent?
Anyone make this work decently and willing to share some insight?
Edit: this idea worked, 10/10 would data again.
I made the caster launch a .1s duration with an initial search that will create a persistent at the target unit, that launches a second search offset from the targets facing of y:3, the second search applies a behavior to the casting unit. Then the caster's persistent expires firing a second search that fires a switch effect which checks for the behavior on casting unit, if so, do something, if not, do something else.
This method allows me to check if the caster is behind the facing of the target all through data.
@FunkyUserName: Go
is there a validator that will do this? please share
I want to make an assassination type ability.
My idea is to have a search that finds targets, then applies a search launched from that target unit with the offset of like, y; 1.5, that applies a buff only used by the casting ability that validates the second half of it?
Like maybe a quickfire persistent?
Anyone make this work decently and willing to share some insight?
Edit: this idea worked, 10/10 would data again.
I made the caster launch a .1s duration with an initial search that will create a persistent at the target unit, that launches a second search offset from the targets facing of y:3, the second search applies a behavior to the casting unit. Then the caster's persistent expires firing a second search that fires a switch effect which checks for the behavior on casting unit, if so, do something, if not, do something else.
This method allows me to check if the caster is behind the facing of the target all through data.