Trigger+Cinematic Help

Status
Not open for further replies.
I need some help on my cinematic. Let's say this happened:
  • Cinematic 1
  • Events
    • Unit - Blademaster001<gen>'s life is less than 75 (value)
  • Conditions
  • Actions
    • Trigger - A trigger that makes all player-owned units move to a certain region to get them out of the shot
    • Camera - Apply Camera001 over 0.00 seconds
    • Cinematic - Send transmission from Blademaster001<gen> with the name w00t I aHm BleyDMestir! with the text No!....
    • Unit - Move Blademaster001<gen> instantly to Region000 and face Footman002<gen>
    • The rest of the cinematic
Is there a trigger that makes ALL the units of a specific player move to a certain region?
 
Level 37
Joined
Mar 6, 2006
Messages
9,243
  • Actions
    • Set loc = (Center of Region 000 <gen>)
    • Custom script: set bj_wantDestroyGroup = true
    • Unit Group - Pick every unit in (Units owned by Player 1 (Red) matching ((((Matching unit) is alive) Equal to True) and (((Matching unit) is A structure) Equal to False))) and do Actions
      • Loop - Actions
        • Unit - Move (Picked unit) instantly to loc // Units are moved instantly
        • Unit - Order (Picked unit) to Attack-Move To loc // They run to the location
    • Custom script: call RemoveLocation(udg_loc)
 
Status
Not open for further replies.
Top