[Trigger] Horizontal line formula

Status
Not open for further replies.
Will this formula look like this?

attachment.php
 

Attachments

  • Untitledrefed.jpg
    Untitledrefed.jpg
    4 KB · Views: 142
No.

You need. something like :

set real = facing of unit
set real2 = distance betwen units
set point = position of unit
loop int from 1 to x
--set point2 = point offset by int*real2 towards real - 90
--create unit at point2
--removeleak
--set point2 = point offset by int*real2 towards real + 90
--create unit at point2
--removeleak

//x is half the number of units you want. x № of units will be spawned on the left and x № of units will be spawned on the right.
 
Status
Not open for further replies.
Back
Top