Multiple Actions - Quick Question

Tinki3

Special Member
Reaction score
418
You could use a loop action:
Code:
For each (Integer A) from 1 to 5, do (Actions)
    Loop - Actions
        Custom script:   set bj_wantDestroyGroup = true
        Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do (Actions)
            Loop - Actions
                Unit - Cause (Picked unit) to damage (Picked unit), dealing 175.00 damage of attack type Normal and damage type Normal
That'll pick every unit in a map owned by NH and damage their units 5 times.

Definately beats:
Code:
Custom script:   set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do (Actions)
    Loop - Actions
        Unit - Cause (Picked unit) to damage (Picked unit), dealing 175.00 damage of attack type Normal and damage type Normal
Custom script:   set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do (Actions)
    Loop - Actions
        Unit - Cause (Picked unit) to damage (Picked unit), dealing 175.00 damage of attack type Normal and damage type Normal
Custom script:   set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do (Actions)
    Loop - Actions
        Unit - Cause (Picked unit) to damage (Picked unit), dealing 175.00 damage of attack type Normal and damage type Normal
Custom script:   set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do (Actions)
    Loop - Actions
        Unit - Cause (Picked unit) to damage (Picked unit), dealing 175.00 damage of attack type Normal and damage type Normal
Custom script:   set bj_wantDestroyGroup = true
Unit Group - Pick every unit in (Units in (Playable map area) owned by Neutral Hostile) and do (Actions)
    Loop - Actions
        Unit - Cause (Picked unit) to damage (Picked unit), dealing 175.00 damage of attack type Normal and damage type Normal
Saves half your life and half your map's size :)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top