Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: eborr on February 22, 2017, 04:53:06 PM

Title: Forcing a response window to close
Post by: eborr on February 22, 2017, 04:53:06 PM
I wanted to programmitically  force a response window to close. Seemingly this is not possible as the visible state of the object cannot be altered, nor can it be destroyed. I image for good reasons this level of access is not available, and neither is there any capability to force the the response box to close with a statement like Game.GetResponse() =1.

I managed to code around the problem, but it's not an ideal result. By the way even Game.Reset() does not appear to affect an active response box