Quest states

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest states

Post by Tony Li »

Hi,

To answer your first question, if you make the Inspector wider you'll see that one of the "Entry 1" fields is actually "Entry 1 State". The "Entry 1" field is for entry 1's text. The "Entry 1 State" field is for entry 1's state.

If you want to not show entry 1, set its state to inactive:

Code: Select all

SetQuestEntryState("Something for Rose", 1, "unassigned")
nivlekius
Posts: 105
Joined: Thu Feb 28, 2019 4:39 pm

Re: Quest states

Post by nivlekius »

Thanks Tony,
As always, you rock.
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest states

Post by Tony Li »

Glad to help!
Post Reply