• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] How to ?

Status
Not open for further replies.
Level 4
Joined
May 22, 2011
Messages
68
  • Duel End
    • Events
      • Time - Every 5.00 seconds of game time
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Number of units in HAmode_OnlyInDuelTeam2) Equal to 0
        • Then - Actions
          • Quest - Display to (All players) the Quest Completed message: Team 1 wins the due...
          • Wait 2.00 seconds
          • Unit Group - Pick every unit in HAmode_Duel_UnitTeam1 and do (Actions)
            • Loop - Actions
              • Unit - Move (Picked unit) instantly to HAmode_Duel_Point_Leak[3]
          • Custom script: call RemoveLocation(udg_HAmode_Duel_Point_Leak[3])
          • Unit Group - Remove all units from HAmode_OnlyInDuelTeam1
          • Unit Group - Remove all units from HAmode_OnlyInDuelTeam2
          • -------- countdown timer can be changed --------
          • Countdown Timer - Start HAmode_Duel_Timer as a One-shot timer that will expire in 10.00 seconds
          • Trigger - Turn off (This trigger)
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Number of units in HAmode_OnlyInDuelTeam1) Equal to 0
        • Then - Actions
          • Quest - Display to (All players) the Quest Completed message: Team 2 wins the due...
          • Wait 2.00 seconds
          • Unit Group - Pick every unit in HAmode_Duel_UnitTeam2 and do (Actions)
            • Loop - Actions
              • Unit - Move (Picked unit) instantly to HAmode_Duel_Point_Leak[4]
          • Custom script: call RemoveLocation(udg_HAmode_Duel_Point_Leak[4])
          • Unit Group - Remove all units from HAmode_OnlyInDuelTeam1
          • Unit Group - Remove all units from HAmode_OnlyInDuelTeam2
          • -------- countdown timer can be changed --------
          • Countdown Timer - Start HAmode_Duel_Timer as a One-shot timer that will expire in 10.00 seconds
          • Trigger - Turn off (This trigger)
        • Else - Actions

Ok im getting 2 teams wins the match

how to fix it!?

+rep:thumbs_up:
 
Status
Not open for further replies.
Top