Detecting if dialog box has been closed
#1

Is it possible to detect if the player presses the exit / close button on a dialog box.

EXAMPLE:
Код:
if(dialogid == 1)
{
if(response)
{
if(closed) == 1)
{
Is there something like that?
Reply
#2

if response = 1 then it's the button 1

if response = 0 then it's the button 2
Reply
#3

Thanks!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)