Page 1 of 1

Hide Menu answer in some cases

Posted: Tue May 08, 2018 5:43 pm
by Alatriste
Hi,

I have a branch of choices in one of my conversations using the "Menu" field, but one of them doesn't have a dialogue, it just finishes it. I wonder if there is a way to use a command in the sequence to don't show the answer because in this particular case, the response is shown again.

It looks like this:

MENU OPTIONS AND DIALOGUE'S FIELD:
1. <Do this> -> "Ok, I'll do this"
2. <Do that> -> "Ok, I'll do that"
3 <Do nothing> - > "Do nothing" (this is what I'm trying to hide)

Re: Hide Menu answer in some cases

Posted: Tue May 08, 2018 9:05 pm
by Tony Li
Try setting that node's Sequence field to:

Code: Select all

Continue()
This will immediately continue to the next step in the conversation, or end the conversation if there's nothing after.

Re: Hide Menu answer in some cases

Posted: Wed May 09, 2018 5:07 pm
by Alatriste
That works! :)

Thanks!

Re: Hide Menu answer in some cases

Posted: Wed May 09, 2018 6:02 pm
by Tony Li
You're welcome!