HOW TO disable response button when condition is false

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
ashan
Posts: 4
Joined: Thu Nov 16, 2023 2:17 am

HOW TO disable response button when condition is false

Post by ashan »

I want to preset two button states in conversation editor when condition is false, one is displayed but disabled, and the other is regular not displayed(ps: I can do basic program)
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: HOW TO disable response button when condition is false

Post by Tony Li »

Hi,

For the basic setup, tick the Dialogue Manager GameObject's Display Settings > Input Settings > Include Invalid Entries. You can also set [em#] Tag For Invalid Entries.

To conditionally show some entries where the Conditions are false but hide others, please see this post.
Post Reply