Another Dialog Question

Alright. I'll get right to it.

How do I make a dialog appear for everyone but make it so that if one player presses the dialog that it DOESN'T disspear for EVERY OTHER player aswell.
My currect trigger is just this.
Code:
Difficulty
????Events
????????Time - Elapsed game time is 0.50 seconds
????Conditions
????Actions
????????-------- Setup Difficulty --------
????????Dialog - Clear Difficulty1
????????Dialog - Change the title of Difficulty1 to Choose a difficulty
????????Dialog - Create a dialog button for Difficulty1 labelled Noob
????????Set DiffDialog[1] = (Last created dialog Button)
????????Dialog - Create a dialog button for Difficulty1 labelled Easy
????????Set DiffDialog[2] = (Last created dialog Button)
????????Dialog - Create a dialog button for Difficulty1 labelled Normal
????????Set DiffDialog[3] = (Last created dialog Button)
????????Dialog - Create a dialog button for Difficulty1 labelled Hard
????????Set DiffDialog[4] = (Last created dialog Button)
????????Dialog - Create a dialog button for Difficulty1 labelled Pro
????????Set DiffDialog[5] = (Last created dialog Button)
????????-------- Showing the dialog to players --------
????????Player Group - Pick every player in (All players controlled by a User player) and do (Actions)
????????????Loop - Actions
????????????????Dialog - Show Difficulty1 for (Picked player)

Hunter_Destruction took another step to making the triggering section more active :)
 
Werbung:

Xeridanus

New Member
i haven't worked with dialogs before but you could try making a dialog array, one for each player...

and thank you very much for making this part more active, i feel useful :).
 
Werbung:
Top