• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Dialog problem

Status
Not open for further replies.
Level 10
Joined
Apr 13, 2005
Messages
630
  • LeaveAuction
    • Events
      • Player - Player 1 (Red) skips a cinematic sequence
      • Player - Player 2 (Blue) skips a cinematic sequence
      • Player - Player 3 (Teal) skips a cinematic sequence
      • Player - Player 4 (Purple) skips a cinematic sequence
      • Player - Player 5 (Yellow) skips a cinematic sequence
      • Player - Player 6 (Orange) skips a cinematic sequence
      • Player - Player 7 (Green) skips a cinematic sequence
      • Player - Player 8 (Pink) skips a cinematic sequence
      • Player - Player 9 (Gray) skips a cinematic sequence
      • Player - Player 10 (Light Blue) skips a cinematic sequence
      • Player - Player 11 (Dark Green) skips a cinematic sequence
      • Player - Player 12 (Brown) skips a cinematic sequence
    • Conditions
      • LeavingFunction[(Player number of (Triggering player))] Equal to 1
    • Actions
      • Dialog - Clear Dialog[2]
      • Dialog - Change the title of Dialog[2] to Do you wish to leav...
      • Dialog - Create a dialog button for Dialog[2] labelled Yes
      • Set Dialogbuttoms[3] = (Last created dialog Button)
      • Dialog - Create a dialog button for Dialog[2] labelled No
      • Set Dialogbuttoms[4] = (Last created dialog Button)
      • Dialog - Show Dialog[2] for (Triggering player)
The dailog wont show up.
 
Level 4
Joined
May 20, 2008
Messages
89
Try this one:
  • Dialog - Show Dialog[2] for Player 1 (Red)
instead of :
  • Dialog - Show Dialog[2] for (Triggering player)

+rep if i helped :)
 
Status
Not open for further replies.
Top