Dialog Button Glitch

Status
Not open for further replies.
Level 7
Joined
Feb 13, 2022
Messages
87
Howdy folks, I have a simple problem that I just can't seem to figure out. So at the start of my game there's a choice between two dialog buttons. Once the game is finished there is an option to restart the game. The problem comes into play once the game is restarted, it creates four dialog buttons instead of two. It duplicates each button, in fact every time the game restarts, it creates two more buttons each time. I need help with this issue, any suggestions is appreciated !

temphive.PNG
hivept.2.PNG
(Part of the trigger that restarts the game)
(Dialog Button Trigger)
 
Level 7
Joined
Feb 13, 2022
Messages
87
That's because you're creating and adding dialog buttons to the same Dialog menu.

You need to clear the Dialog menu before you add more buttons to it:
  • Dialog - Clear YourDialog
Or you need to create a new Dialog menu and use that one instead.

Clearing makes more sense here.
Sweet thank you for the quick reply! It worked like a charm, I knew it was something simple I was overlooking. So I appreciate the feedback, have a good day ty :)!
 
Status
Not open for further replies.
Top