Page 1 of 1

GotoEntry sequencer command bug

Posted: Fri Feb 02, 2024 4:58 pm
by marche4ever
Currently GotoEntry will treat the comma in the Dialogue Text as a parameter separater, causing error if your dialogue text actually contains comma.

Re: GotoEntry sequencer command bug

Posted: Fri Feb 02, 2024 8:44 pm
by Tony Li
Hi,

That's a limitation of the sequencer's simplified syntax. Don't use commas in the conversation titles or dialogue entry titles of entries that you want to use with GotoEntry().

Re: GotoEntry sequencer command bug

Posted: Sat Feb 03, 2024 12:07 pm
by marche4ever
Tony Li wrote: Fri Feb 02, 2024 8:44 pm Hi,

That's a limitation of the sequencer's simplified syntax. Don't use commas in the conversation titles or dialogue entry titles of entries that you want to use with GotoEntry().
I wonder if the sequencer handler for this one could be modified to handle input like this : GotoEntry("text, with comma ", conversationTitle), so that we can put quotation around the text to specify this is one parameter.

Re: GotoEntry sequencer command bug

Posted: Sat Feb 03, 2024 1:43 pm
by Tony Li
I'll add it to the to-do list. It won't make it into 2.2.43, which is releasing soon, but I'll try to get it into the next version.

Re: GotoEntry sequencer command bug

Posted: Mon Feb 05, 2024 12:51 pm
by marche4ever
sounds good! thanks Tony!