Player Group - Pick every player in (DestinyHeroes) and do (Actions)
Loop - Actions
Unit Group - Pick every unit in (Units in (Region) owned by (Picked player)) and do (Something)
XXconanXXX said:You need a double loop with players and units.
Code:Player Group - Pick every player in (DestinyHeroes) and do (Actions) Loop - Actions Unit Group - Pick every unit in (Units in (Region) owned by (Picked player)) and do (Something)
If ther is a unit owned by playergroup destinyheros in that rect/region dont do anything, else turn off a trigger.
Custom Script set bj_wantDestroyGroup=true
Unit Group : Pick every unit in (Units in (region) matching (Owner of (filter unit) is in force (DestinyHeroes) and do actions:
- ...