Hello there,
I am working on my own dialog system to my game. But I have a problem. I need to display response box, which contains some controls. There is a button as well. If I click on button I need to start my dialog again.
But, how it is possible? Only way how to display response box is use Game.GetResponse() but I have to select on of response. And I do not want to do like this.
It is possible to use Game.GetResponsesWindow() and set the atributtes Active and Visible to true to achieve this window?