• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] how do i copy triggers from here to WC3 editor?

Status
Not open for further replies.
Level 4
Joined
Apr 19, 2009
Messages
42
im trying to copy and paste

  • Trigger
  • Events
    • Time - Every 1.00 seconds of game-time
  • Conditions
  • Actions
    • For each (Integer A) from 1 to 8
      • Loop - Actions
        • Set Temp_Group = (Units owned by (Player(IntegerA)) of type Runner)
        • If/ Then/ Else
          • If (Conditions)
            • (Number of living units in (Temp_Group)) Equal to 1
          • Then (Actions)
            • Set Temp_Point = (Center of Region 0009 <gen>)
            • Unit - Move Runner[IntegerA] instantly to (Temp_Point)
      • Custom script: call RemoveLocation (udg_Temp_Point)
      • Custom script: call DestoryGroup (udg_Temp_Group)
 
Status
Not open for further replies.
Top