• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[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