Dialog Problem

-OverpoweR-

Member
Reaction score
13
Hey guys, so i made this trigger

Trigger:
  • Dialog Horde
    • Events
      • Time - Elapsed game time is 2.00 seconds
    • Conditions
    • Actions
      • Player Group - Pick every player in Horde and do (Actions)
        • Loop - Actions
          • Dialog - Show Dialog_Horde for (Picked player)
          • Dialog - Change the title of Dialog_Horde to Select your class
          • Dialog - Create a dialog button for Dialog_Horde labelled Warrior
          • Set DialogButton_Horde[1] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog_Horde labelled Rogue
          • Set DialogButton_Horde[2] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog_Horde labelled Mage
          • Set DialogButton_Horde[3] = (Last created dialog Button)


Which after 2 seconds of the game time should Create a dialog and show it to the picked player and than that dialog to include the Buttons Warrior,Rogue and Mage, right? Did i do something wrong? Cause in-game, the dialog appears,but only with the Title "Select your class" ,no buttons :(
 

rexpim

Member
Reaction score
8
check this "http://world-editor-tutorials.thehelper.net/dialogs.php"
edit:
Trigger:
  • Events
    • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Dialog - Clear myDialog
      • Dialog - Change the title of myDialog to "Some text"
      • Dialog - Create a dialog button for myDialog labeled "Text to show on button"
      • Set myButton = (Last created dialog Button)
    • pick all players and do actions
      • Dialog - Show myDialog for picked

try this
And you need to change numbers from "Button's" to be MUI
or create different variables for each player
 

-OverpoweR-

Member
Reaction score
13
Yes,i did read that tutorial,and it didnt help, i did everything step-by-step and yet nothing, Only the Title is appearing on the dialog, nothing else, also, i've tried your way aswell, again,nothing only the title is appearing of the dialog,no buttons, and yes i did create the buttons via triggers as necessary :(
 

rexpim

Member
Reaction score
8
add to your trigger
Trigger:
  • Dialog - Clear Dialog_Horde

SHOW IN THE END that's the problem, you have in begining, so it won't show button
Trigger:
  • Dialog Horde
    • Events
      • Time - Elapsed game time is 2.00 seconds
    • Conditions
    • Actions
      • Player Group - Pick every player in Horde and do (Actions)
        • Loop - Actions
          • Dialog - Clear Dialog_Horde
          • Dialog - Change the title of Dialog_Horde to Select your class
          • Dialog - Create a dialog button for Dialog_Horde labelled Warrior
          • Set DialogButton_Horde[1] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog_Horde labelled Rogue
          • Set DialogButton_Horde[2] = (Last created dialog Button)
          • Dialog - Create a dialog button for Dialog_Horde labelled Mage
          • Set DialogButton_Horde[3] = (Last created dialog Button)
          • Dialog - Show Dialog_Horde for (Picked player) // SHOW IN THE END that's the problem
 

-OverpoweR-

Member
Reaction score
13
-OverpoweR- said:
i've tried your way aswell, again,nothing only the title is appearing of the dialog,no buttons, and yes i did create the buttons via triggers as necessary

:(:(

PS. That was what i initially did, still nothing :( only the Title is appearing

PPS. I tried Saving,and closing the Editor,restarting it, ... and its working now =.=' ,so i guess thats what was needed,a simple restart? ,dont know for sure,but it solved my problem
 

rexpim

Member
Reaction score
8
did you Dialog - Show Dialog_Horde for (Picked player) //show in the end that's the problem ?
read my post again I edited XD
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top