In an attempt to do a workaround since I cannot figure out any way that works with my method of triggers, I'm doing a fake splat actor creation which follows the mouse. This is much less desired but has lead to another issue.
My issue here is that I cannot seem to figure out how to force an actor to keep replaying it's animation until I destroy it. For example the Terran Cursor AoE Splat and the Nuke Cursor Splat only play its animation once and then it freezes.
I've followed some information in that post but could not get it to work right. The last post mentions starting a timer but I cannot find the event which Starts the timer, just one that Sets the timer and one that Kills it. Can someone please give some insight on what I would need to do to keep a animation on repeat — Play Forever doesn't work ;0.
XxZeroxX Regular ShmoeHello,
I'm having some difficulties trying to make use of triggers to issue an order to use its ability on a location. I know how to issue the order and have the trigger given a the point to target, but I'm not looking to define it via the triggers. Instead I'm trying to get it to act kind of like how a command card click would for a Ghost - Emp ability. It'd be a click or hotkey and then there would be the cursor effect where the play would left click the target location.
Can someone please let me know what the trigger approach is to do this or if there is something I'm overlooking in the Data editor which would toggled this. I originally expected this to be some type of Issue Order without Target approach, but it seems like even the Ghost - Emp expects a point. I have a feeling I could find a very messy work-around, but for efficiency and proper coding purposes, I would definitely appreciate some assistance.
A general layout: Key Pressed -> Issue unit to use its ability (No point given yet) -> Shows the cursor effect to waits for the player to left click the location where the action will happen -> Order commences and the unit uses its ability on the left clicked location.
Again, anything would be greatly appreciated and I will continue to search this forum, but I couldn't find anything so far ;0.