Posts: 58
Threads: 6
Joined: Nov 2011
Reputation:
0
It happened to like 5 filterscripts I installed, the dialog pop up but as soon as I choose an option and click/press enter it disapears and the "action" is not made.
By what can this be caused ?
Posts: 179
Threads: 1
Joined: Jun 2009
Reputation:
0
Ah, thats because you used them as FS and most of their ID's might be colliding with each other.
If you add them to your GM, you will never have this problem.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
You need to have return 0 instead of return 1 at the end of your gamemode's OnDialogResponse for it to continue to process dialogs in filterscripts.