Unit dies after elapsed time-Can i do this?and how?

Monsoon

New Member
Reaction score
0
ok i was wondering how i can make a group of units in a region die after 5.00 seconds of game timeall ive got so far is:

Event
Time-Elapsed game time is 5.00 seconds
Conditions

Actions

anyone know how? i'm stumped
:confused:
 

elmstfreddie

The Finglonger
Reaction score
203
pick every unit in (units in region) and do actions
kill (picked unit)

Don't forget to read up on memory leaks :)
 

Scary Nachos

Castro flashing Gang Signs!
Reaction score
45
You could..
Trigger:
  • AutoKill
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Footman
    • Actions
      • Unit Group - Pick every unit in (Units in pink <gen>) and do (Unit - Kill (Triggering unit))


Replace "Footmen" with your unit
and "pink <gen> with your region
Ta Da!
 

_whelp

New Member
Reaction score
54
Just so you don't have to remove leaks...

Trigger:
  • DeathRegion
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Desired_Unit-type
    • Actions
      • Custom Script: set bj_wantDestroyGroup = true
      • Unit Group - Pick every unit in (Units in Desired_Region &lt;gen&gt;) and do (Unit - Kill (Picked unit))
 

millzy

Ultra Cool Member
Reaction score
44
You could..
Trigger:
  • AutoKill
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Footman
    • Actions
      • Unit Group - Pick every unit in (Units in pink &lt;gen&gt;) and do (Unit - Kill (Triggering unit))


Replace "Footmen" with your unit
and "pink <gen> with your region
Ta Da!


dont use kill trig unit nothing will get killed use picked unit
you could also add a condition for the player if the units ur killing is only owned by sertan players

put the unit group into a temp group then destroy the group using
Trigger:
  • Custom script: call DestroyGroup(udg_Temp_group)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top