This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
So I made an attack toward point ability that works based off of raynors snipe, the goal is to make it hit the first target found and only the first target, any idea how to make that happen?
I'd also like it to only hit the target once.
I would probably run a Destroy Persistent effect on hit, also limit the amount of searched targets for the search effects to 1.
Alternatively, you can apply a behavior to the caster and use a periodic validator to cancel the persistent effect.
Quote from Kueken531: GoI would probably run a Destroy Persistent effect on hit, also limit the amount of searched targets for the search effects to 1. Alternatively, you can apply a behavior to the caster and use a periodic validator to cancel the persistent effect.
The destroy persistent idea seems to be working, thanks a bunch brobo cop
So I made an attack toward point ability that works based off of raynors snipe, the goal is to make it hit the first target found and only the first target, any idea how to make that happen?
I'd also like it to only hit the target once.
I would probably run a Destroy Persistent effect on hit, also limit the amount of searched targets for the search effects to 1.
Alternatively, you can apply a behavior to the caster and use a periodic validator to cancel the persistent effect.
The destroy persistent idea seems to be working, thanks a bunch brobo cop