• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Getting units in a triangle /_\

Status
Not open for further replies.
Level 11
Joined
Apr 6, 2008
Messages
760
How can i get units like this(title)? was thinking a region but not sure how that works(havnt elaboreted with it) if i do add a spell to x,y and another cell to x,y then the region would look like a line?


EDIT:

would this perform a /_\ if the cords is correct?

JASS:
RegionAddCell("region",x,y)
set x = //blah
set y = //blah
RegionAddCell("region",x,y)
set x = //Blahblah
set y = //blahblah
RegionAddCell("region",x,y)
 
Last edited:
Status
Not open for further replies.
Top