Posts: 237
Threads: 83
Joined: Dec 2011
Reputation:
0
When I use filterscript which with gui, they don't working.. Simple i write /create, then i saw DIALOG_STYLE_LIST, when i choose something, just nothing happens.. This problem not only for me.
Posts: 1,409
Threads: 376
Joined: Apr 2012
Reputation:
0
maybe the filterscript is bugged, try an another filterscript.
Posts: 973
Threads: 10
Joined: Sep 2012
Reputation:
0
Make sure that the ID of the dialog matches the one on the OnDialogRespose callback.
Else PM me the FS and i'll take a look at it(if you don't wanna publish it)
Posts: 482
Threads: 3
Joined: Dec 2009
Reputation:
0
Also make sure the IDs of the Dialog are unique and are not being mistaken for another.
By this i mean make sure you don't have two Dialog's with the same ID.
Posts: 237
Threads: 83
Joined: Dec 2011
Reputation:
0
ALL filterscripts with gui doesn't work. Problem is not in filterscript.