Kill All Units?

HydraRancher

Truth begins in lies
Reaction score
197
Trigger:
  • Actions
    • Set Temp_Group = Units owned by [Player]
      • Unit Group - Pick every unit in Temp_Group and do (Actions)
        • Loop - Actions
          • Unit - Kill (Picked Unit)
    • Custom Script: call RemoveLocation (udg_Temp_Group)


Leakless.
 

HydraRancher

Truth begins in lies
Reaction score
197
Trigger:
  • Actions
    • Player Group - Pick every player in (All Players) and do (Actions)
      • Loop - Actions
        • Set Temp_Group = Units owned by (Picked Player)
          • Unit Group - Pick every unit in Temp_Group and do (Actions)
            • Loop - Actions
              • Unit - Kill (Picked Unit)
        • Custom Script: call RemoveLocation (udg_Temp_Group)


Leakless.
 

Ziemniaq

New Member
Reaction score
0
Trigger:
  • Custom Script: call RemoveLocation (udg_Temp_Group)


You might have meant

Trigger:
  • Custom Script: call DestroyGroup (udg_Temp_Group)


:p
 

N(O.O)B

New Member
Reaction score
27
Trigger:
  • Actions
    • Player Group - Pick every player in (All Players) and do (Actions)
      • Loop - Actions
        • Set Temp_Group = Units owned by (Picked Player)
          • Unit Group - Pick every unit in Temp_Group and do (Actions)
            • Loop - Actions
              • Unit - Kill (Picked Unit)
        • Custom Script: call RemoveLocation (udg_Temp_Group)


Leakless.
That won't destroy the units of all players (I think all unused slots aren't counted, and neither are the neutral ones). This kills the units of ALL players:
Trigger:
  • Actions
    • For each (Integer A) from 1 to 16, do (Actions)
      • Loop - Actions
        • Set TempGroup = Units owned by (Player(Integer A))
        • Unit Group - Pick every unit in TempGroup and do (Actions)
          • Loop - Actions
            • Unit - Kill (Picked Unit)
        • Custom script: call DestroyGroup(udg_TempGroup)
 
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