For the
For Every Unit in Group matching Conditions, do....
How does that work? I am pretty new to JASS but I get the basics.
When I convert it from GUI to JASS,
It has like 3 actions
1 function for condition
1 for action
and another for action with it containing for each unit, with condition, given condition, and action given action.
Or is there a simpler way to do it?
I thought about storing group into a variable then setting if, then, else condition for each unit in group, but I found out that it basically leads back to the beginning...
For Every Unit in Group matching Conditions, do....
How does that work? I am pretty new to JASS but I get the basics.
When I convert it from GUI to JASS,
It has like 3 actions
1 function for condition
1 for action
and another for action with it containing for each unit, with condition, given condition, and action given action.
Or is there a simpler way to do it?
I thought about storing group into a variable then setting if, then, else condition for each unit in group, but I found out that it basically leads back to the beginning...