- 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?
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: