Global Variables: // create outside of trigger (no local variables) distance_X = 0 // integer variable distance_Y = 0 // integer variable Actions: General - Repeat (10) times // or use another loop action Unit - Create Unit of Type (X) at point (A + distance_X, B + distance_Y) Variable - distance_X + 4 Variable - distance_Y + 4
This should work - if not just tell me :P
Projects:
Shrink TD: http://www.sc2mapster.com/maps/shrink-td/ (project stopped)
basballguy Regular Shmoenot real familiar with custom scripting yet, but I'm looking to create/move unit X at say coordinates (A,B). Once that unit is created, i want to create/move unit Y to (A+4, B).
How do i do this?