Posts: 125
Threads: 3
Joined: Nov 2012
Reputation:
0
only one FS returns OnDialogResponse and the gm they both end with return 0; so it can call the next but it wont call any more FS OnDialogResponse i can merge them all into one or into GM but i would like to keep them as FS if possable
Posts: 66
Threads: 5
Joined: Sep 2012
Reputation:
0
Can you show us some of your OnDailogResponse code?
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
try it, as i succeeded:
remove any return in your filterscripts, and keep only the one in the gamemode intact.
all dialogs will work together, as long there is no return (in the filterscripts), until the "last" callback (first loaded) in the gamemode, will return 1, and end the chain.
Posts: 125
Threads: 3
Joined: Nov 2012
Reputation:
0
@ babul that still wont call back the ondialogresponce of that FS and@guitarmandanny yes i have tried that also
Posts: 125
Threads: 3
Joined: Nov 2012
Reputation:
0
that is the script that works fine it is the other that wont call and they are the only 2 FS with dialog GM has return 0; at the end and all dialogs i have defined different values so they dont call other dialogs ...i guess i will have to merge it into the GM for now thanks anyway
Posts: 66
Threads: 5
Joined: Sep 2012
Reputation:
0
Sorry I couldn't help I dont know what else to suggest :S