GotoEntry sequencer command bug
-
- Posts: 20
- Joined: Mon Jan 21, 2019 5:29 pm
GotoEntry sequencer command bug
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
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().
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().
-
- Posts: 20
- Joined: Mon Jan 21, 2019 5:29 pm
Re: GotoEntry sequencer command bug
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
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.
-
- Posts: 20
- Joined: Mon Jan 21, 2019 5:29 pm
Re: GotoEntry sequencer command bug
sounds good! thanks Tony!