Game Development Community

Dialog window with questions

by Michael Schaumburg · in Torque Game Engine · 02/19/2009 (12:34 pm) · 1 replies

In our game with TGE we have the idea to popup during the game some
dialog windows with questions you have to answer. It should depend on
your answer if you have the possibility to contninue or not. I would
like to click on buttons for your answer. I know there is the way to
build these windows with the GUI builder, but I think it is a hard way
to prepare all this windows. I was searching all the forum to find a
solution for our idea, but I didn't find anything. Does anyone have
a hint for me, in which direction I have to search ??

Greatings Michael

#1
02/19/2009 (4:39 pm)
You can check out the Yack Pack, possibly, or maybe look into "dynamic" or "procedural" gui's using search. I've generated dynamic menus hooked into object selection, so it works, you would just have to tailor the behavior to your feature.