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

Can someone help with dialog selection?

Status
Not open for further replies.
Level 2
Joined
May 9, 2007
Messages
12
Okay, so im trying to make a dialog box that appears at the beginning of the game for certain players. I've read a couple tutorials and i still can't grasp it. Whenever i try to use the below trigger in a game, nothing will pop up and it's extremely frustrating, i've been trying at it all day but to no luck <_> Help, Please...

  • Unit Select Window
    • Events
      • Map initialization
    • Conditions
      • (Owner of (Triggering unit)) Not equal to Player 1 (Red)
      • (Owner of (Triggering unit)) Equal to Player 11 (Dark Green)
      • (Owner of (Triggering unit)) Equal to Player 12 (Brown)
    • Actions
      • Dialog - Clear UnitSelectDialog
      • Dialog - Change the title of UnitSelectDialog to Select a Character
      • Dialog - Create a dialog button for UnitSelectDialog labelled Knight - Male
      • Set KnightMaleButton = (Last created dialog Button)
      • Dialog - Create a dialog button for UnitSelectDialog labelled Knight - Female
      • Set KnightFemaleButton = (Last created dialog Button)
      • Dialog - Create a dialog button for UnitSelectDialog labelled Mage - Male
      • Set MageMale = (Last created dialog Button)
      • Dialog - Create a dialog button for UnitSelectDialog labelled Mage - Female
      • Set MageFemale = (Last created dialog Button)
      • Dialog - Show UnitSelectDialog for Player 2 (Blue)
      • Dialog - Show UnitSelectDialog for Player 3 (Teal)
      • Dialog - Show UnitSelectDialog for Player 4 (Purple)
      • Dialog - Show UnitSelectDialog for Player 5 (Yellow)
      • Dialog - Show UnitSelectDialog for Player 6 (Orange)
      • Dialog - Show UnitSelectDialog for Player 7 (Green)
      • Dialog - Show UnitSelectDialog for Player 8 (Pink)
      • Dialog - Show UnitSelectDialog for Player 9 (Gray)
      • Dialog - Show UnitSelectDialog for Player 10 (Light Blue)
 
Status
Not open for further replies.
Top