Hey, I'm wondering if someone can help me write custom script because my JASS skills are non-existent.
Basically I need to add Locust to an array of units from 1-6
example:
Basically I need to add Locust to an array of units from 1-6
example:
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
call UnitAddAbilityBJ( 'Aloc', udg_DefenderUnitStack[Integer A] )
-