My spell when activated gives the hero super speed, but I need to make it MUI, can you help?
How I made it:
1st trigger: just sets up some buffs and animations +turns on the 2nd trigger
2nd trigger(turned off): Event - Issued order Unit->Point
Action - Saves the issued unit and points to globals +turns on the 3rd trigger
3rd trigger(turned off): Event - Every 0.03 seconds
Action - moves the stored unit 20 meters forward the stored point (by Polar Offset) til the distance is covered.
I wrote this in Jass to use locals but it won't work because of this 'Every 0.03 seconds' event which requires variables from other functions.
How do I make this castable by many units at once?
How I made it:
1st trigger: just sets up some buffs and animations +turns on the 2nd trigger
2nd trigger(turned off): Event - Issued order Unit->Point
Action - Saves the issued unit and points to globals +turns on the 3rd trigger
3rd trigger(turned off): Event - Every 0.03 seconds
Action - moves the stored unit 20 meters forward the stored point (by Polar Offset) til the distance is covered.
I wrote this in Jass to use locals but it won't work because of this 'Every 0.03 seconds' event which requires variables from other functions.
How do I make this castable by many units at once?