hey everyone, im trying to create a spell on my game, and i cant figure out how to do it =/
its supposed to be like war stomp, except for if any enemies are in a 300 AOE range of the caster, they get smoothly pushed back on the ground for like 4 seconds, and they are stunend for 3 seconds...
Help?
i dont know of an easy way to do it smothly but u can always do
pick every unit within 300 of caster, add to group.
pause all units in group
loop actions, every .01 seconds of game unit move picked unit to position of picked unit with offset 5 180 degreese off position of ability cast (variable) (sav location from cast)
not sure how much lag this would cause, and i would defently not call it smooth as it does it in distances every .01 seconds but if u got nothing better worth a try i guess.