• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Horizontal line formula

Status
Not open for further replies.
Level 7
Joined
Oct 16, 2010
Messages
193
Will this formula look like this?

attachment.php
 

Attachments

  • Untitledrefed.jpg
    Untitledrefed.jpg
    4 KB · Views: 109
Level 12
Joined
Mar 24, 2011
Messages
1,082
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.
Top