Posts: 328
Threads: 79
Joined: Jan 2011
My dialog response dont work if i have some dialogs in my filterscripts. There is no error in the dialogs of filterscripts. They work fine for others, But why every dialog works in my gm but dialog response dont work of my dialogs in fs.
Please help thanks!!
Here is my ondialogresponse code please help thanks!!
http://pastebin.com/4u2KiPdA
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Make sure you're putting the right dialog id in when you're showing the dialog.
Posts: 380
Threads: 11
Joined: Feb 2010
Reputation:
0
as far as I know, the OnDialogResponse in your GM will be called first, and if you return 0; in this, then the script will look in filterscripts for a valid response.
Either way, experimenting with return 0 and return 1 might help you to find the problem.
Posts: 328
Threads: 79
Joined: Jan 2011
Can you post the correct script in pastebin thanks!1
Posts: 328
Threads: 79
Joined: Jan 2011
I use correct dialog ids please help
Posts: 328
Threads: 79
Joined: Jan 2011
I have replaced them with return 0 still dont work help!