Timed multiple choice dialogue boxes.

Godot version 4.3

Question

I’m fairly new to godot and for the last little bit have been trying to make a pretty specific dialogue system with no luck so far. I’m looking to present the player with a set of 4 multiple choice text boxes and the goal for the player is to click the right one in a time span of 5 second s or so. If the player runs out of time then they fail and it continues with a specific text box saying they lost or something. If they select the right text box the it will show another set of 4 with the same timer mechanic. The main thing I’m having issues with is having the text boxes only appear for that span of 5 second and showing that the player failed. I have been using the plugin Dialogic for a simplified dialogue system so I’m also wondering if I should continue to use this?

In short, any insight on having multiple choice dialogue boxes on a timer? And is a plugin like Dialogic something I could use with a system like this or should I just buckle down and make my own dialogue system to be able to do this. Thanks in advance!