Calling server side Dialog

afattahniz

Active member
Joined
Jun 8, 2015
Messages
74
Reaction score
0
Hello I want to know Is it possible to call server side dialogs if I know dialog ID and its type?
 

Momo92

Active member
Joined
Aug 21, 2013
Messages
42
Reaction score
0
I don't think it's possible to "call" a dialog but as far as I have tested, you can send an answer to the last opened dialog if the script does not explicitly check for any conditions (such as position) in OnDialogResponse. But if you use a different dialog ID for your answer than the last one shown, this has no effect.
 
Top