GotoEntry sequencer command bug

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
marche4ever
Posts: 20
Joined: Mon Jan 21, 2019 5:29 pm

GotoEntry sequencer command bug

Post 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.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: GotoEntry sequencer command bug

Post 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().
marche4ever
Posts: 20
Joined: Mon Jan 21, 2019 5:29 pm

Re: GotoEntry sequencer command bug

Post 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.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: GotoEntry sequencer command bug

Post 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.
marche4ever
Posts: 20
Joined: Mon Jan 21, 2019 5:29 pm

Re: GotoEntry sequencer command bug

Post by marche4ever »

sounds good! thanks Tony!
Post Reply