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

[General] Vision For Players Dialog

Status
Not open for further replies.
Level 3
Joined
Jan 31, 2017
Messages
45
Is there a way where you can choose whether you cannot see youre teammates or you can see them? In Dialog style. And what is the trigger for when you lose a vision to a teammate.?
sorry for my bad English ;w;
+REP
 
I guess Im too late now. Hit ESC key to open the dialog.

  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
    • Conditions
    • Actions
      • Dialog - Clear AllianceDialog
      • Dialog - Create a dialog button for AllianceDialog labelled Ally with P2
      • Set AllianceButtons[1] = (Last created dialog Button)
      • Dialog - Create a dialog button for AllianceDialog labelled Dont Ally with P2
      • Set AllianceButtons[2] = (Last created dialog Button)
      • Dialog - Show AllianceDialog for Player 1 (Red)
  • Untitled Trigger 002
    • Events
      • Dialog - A dialog button is clicked for AllianceDialog
    • Conditions
      • (Clicked dialog button) Equal to AllianceButtons[1]
    • Actions
      • Player - Make Player 2 (Blue) treat Player 1 (Red) as an Ally with shared vision
  • Untitled Trigger 002 Copy
    • Events
      • Dialog - A dialog button is clicked for AllianceDialog
    • Conditions
      • (Clicked dialog button) Equal to AllianceButtons[2]
    • Actions
      • Player - Make Player 2 (Blue) treat Player 1 (Red) as an Ally
 

Attachments

  • dialog.w3x
    17.9 KB · Views: 13
Last edited:
Status
Not open for further replies.
Top