[JASS] Moving Dummies in JASS

Status
Not open for further replies.
Hey all, once again I'm trying a Meteor Rain Spell but now in JASS,
I really don't know how I should move the meteors.

Here is an image for the spell:

MeteorRain.jpg

And here is the code I already have (vJASS)

Oh btw if there is any way I want it without handlers :P

Fix it myself.
 
Last edited:
set the caster point and the target point then the the angle between them. Spawn the units with an offset of the caster with the opposite angle so it spawns behind them facing the correct angle, and order them to move towards the target point and do whatever u want.
 
Status
Not open for further replies.
Back
Top