Hide Menu answer in some cases

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Alatriste
Posts: 181
Joined: Wed Nov 11, 2015 5:07 pm
Contact:

Hide Menu answer in some cases

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

Re: Hide Menu answer in some cases

Post 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.
User avatar
Alatriste
Posts: 181
Joined: Wed Nov 11, 2015 5:07 pm
Contact:

Re: Hide Menu answer in some cases

Post by Alatriste »

That works! :)

Thanks!
User avatar
Tony Li
Posts: 21721
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide Menu answer in some cases

Post by Tony Li »

You're welcome!
Post Reply