• 🏆 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!

Need helping making a win trigger

Status
Not open for further replies.
Level 5
Joined
May 8, 2007
Messages
111
I need help making a win trigger, I have the defeat trigger set up, but I don't see how to make the team who wins, win.
I have at the moment, each player with 1 main builder, and if that builder dies, they lose, but after they are all eliminated and 1 team wins, I don't know how to make it so the team actually gets the message saying "You Won!" etc.
 
Level 11
Joined
Aug 16, 2007
Messages
847
okay try this

supposing the teams are Team 1: Players 1 - 6, Team 2: Players 7 - 12

  • Events
  • Unit - A unit dies
  • Conditions
  • (Player 1 (Red) slot status) Equal to has left game
  • (Player 2 (Blue) slot status) Equal to has left game
  • (Player 3 (Teal) slot status) Equal to has left game
  • (Player 4 (Purple) slot status) Equal to has left game
  • (Player 5 (Yellow) slot status) Equal to has left game
  • (Player 6 (Orange) slot status) Equal to has left game
  • Actions
  • Game - Victory Player 7 (Green), (Show Dialogs, Show Scores)
  • Game - Victory Player 8 (Pink), (Show Dialogs, Show Scores)
  • Game - Victory Player 9 (Grey), (Show Dialogs, Show Scores)
  • Game - Victory Player 10 (Light Blue), (Show Dialogs, Show Scores)
  • Game - Victory Player 11 (Dark Green), (Show Dialogs, Show Scores)
  • Game - Victory Player 12 (Brown), (Show Dialogs, Show Scores)
 
Status
Not open for further replies.
Top