I've been trying different ways of trying to select 1 unit from a group every second, and move it to another region. So far what I've tried is:
I also tried:
and:
None of these have worked so far. As far as I can tell the problem is with this, units seem to be adding to the group without any problems.
I am using WEU if that may have any effect on it.
Thank you to anyone who can offer any help!
Code:
Events
Time - Every 1.00 seconds of game time
Conditions
Actions
Unit - Move (First unit of group UnitGroup[10]) instantly to (Center of region <gen>)
I also tried:
Code:
Unit Group - Pick every unit in (Random 1 units from UnitGroup[10]) and do (Unit - Move (Picked unit) instantly to (Center of region <gen>))
and:
Code:
Unit - Move (Random unit from UnitGroup[10]) instantly to (Center of region <gen>)
None of these have worked so far. As far as I can tell the problem is with this, units seem to be adding to the group without any problems.
I am using WEU if that may have any effect on it.
Thank you to anyone who can offer any help!