Conversation - Is there a node/depth limit? (RESOLVED!)

Hi All,

EDIT: OK, I found it … I was comparing a global string and not an int! Doh!

(So I have not found a limit yet!)

Previous post … I have a (very large) conversation (due to the various paths) that drops out towards the end, even though there are two options that should go further.

Is there a limit … or have I missed something perhaps?

I have already checked that there are no conditions other than on one node a variable requirement being FALSE and the next option, being TRUE. Whether this global variable is TRUE or FALSE, I do not have any option to select either at the point it arrives … the conversation just drops out.

Did some further testing, and now some of the options just prior to this state are “missing” for no reason at all … ??? It’s as if they have reached a limit and cannot be presented. From a list of five options (with no conditions), only three presented themselves. (This I could not explain, but redid them and it sorted these out.)

EDIT: OK, I found it … I was comparing a global string and not an int! Doh!

Cheers, Lance.

If there’s a limit, it’s probably something like 32,767 or 127; the maximum signed integer and signed character values.

Good to know.