If the variable is FALSE display the inactive dialog option

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
kostyandru
Posts: 3
Joined: Wed Nov 10, 2021 7:25 am

If the variable is FALSE display the inactive dialog option

Post by kostyandru »

How do I make sure that if a variable is false to show a dialog option but make it inactive?
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: If the variable is FALSE display the inactive dialog option

Post by Tony Li »

Hi,

Set the dialogue option's Conditions to require that the variable is true.

Then inspect the Dialogue Manager's Display Settings > Input Settings. Tick Include Invalid Entries and optionally set [em#] Tag for Invalid Responses. You can set the appearance of the [em#] in the Dialogue Editor's Database section.

For more related info, see How To: Do Skill Checks
kostyandru
Posts: 3
Joined: Wed Nov 10, 2021 7:25 am

Re: If the variable is FALSE display the inactive dialog option

Post by kostyandru »

Many thanks! Works.
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: If the variable is FALSE display the inactive dialog option

Post by Tony Li »

Glad to help!
morrissel311
Posts: 1
Joined: Wed Nov 10, 2021 1:24 pm

Re: If the variable is FALSE display the inactive dialog option

Post by morrissel311 »

Last edited by morrissel311 on Thu Dec 16, 2021 6:08 am, edited 1 time in total.
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: If the variable is FALSE display the inactive dialog option

Post by Tony Li »

morrissel311 wrote: Wed Nov 10, 2021 1:30 pmdoes this work? :D
Not sure I understand. Do you have questions about inactive options or skill checks?
Post Reply