• 🏆 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] Why dialog doesnt work?

Status
Not open for further replies.
Level 6
Joined
Aug 10, 2010
Messages
77
Trigger 1:
  • Dialog windowCPU Copy
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Dialog - Clear TiPDialog
      • Dialog - Change the title of TiPDialog to Tips ON/OFF
      • Dialog - Create a dialog button for TiPDialog labelled ON
      • Set TiPON = (Last created dialog Button)
      • Dialog - Create a dialog button for JumpCPU labelled OFF
      • Set TiPOFF = (Last created dialog Button)
      • Dialog - Show TiPDialog for Player 1 (Red)
Trigger2:
  • ON
    • Events
      • Dialog - A dialog button is clicked for TiPDialog
    • Conditions
      • And - All (Conditions) are true
        • Conditions
      • (Clicked dialog button) Equal to TiPON
    • Actions
      • Trigger - Turn on Tips <gen>
Trigger3:
  • OFF
    • Events
      • Dialog - A dialog button is clicked for TiPDialog
    • Conditions
      • And - All (Conditions) are true
        • Conditions
      • (Clicked dialog button) Equal to TiPOFF
    • Actions
      • Quest - Display to (All players) the Simple Hint message: - Tips Disabled
 
Status
Not open for further replies.
Top