[Trigger] Mad Dialog ?!

Status
Not open for further replies.
Level 15
Joined
Oct 29, 2012
Messages
1,474
Hi guys,

Here is my simple trigger, it's about showing a dialog (without buttons) with some title and after a while hide and remove it. But yet, it shows up, but never gets hidden again :ogre_rage: (I press all keyboard's keys, nothing happens). This is of course not periodic.

My question is , why doesn't it get hidden? what halts it from that?

Mad Dialog
  • Events
    • Time - Elapsed time is 10 seconds
  • Conditions
  • Actions
    • Dialog - Clear StartUp_Dialog
    • Dialog - Change StartUp_Dialog title to "Hello"
    • Player Group - Pick Every Player in (All Players) and do :
      • Loop - Actions
        • Dialog - Show StartUp_Dialog for (Picked Player)
    • Wait - Wait 2.00 seconds
    • Player Group - Pick Every Player in (All Players) and do :
      • Loop - Actions
        • Dialog - Hide StartUp_Dialog for (Picked Player)
        • Dialog - Clear StartUp_Dialog
 
Status
Not open for further replies.
Top