Hide a Specific Quest from Log

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
BWLGeorge
Posts: 41
Joined: Sun Jun 19, 2022 10:10 pm

Hide a Specific Quest from Log

Post by BWLGeorge »

Good evening!

Working on writing character storylines that will progress as the player plays the game and wanted to try to design their triggers and conditionals using quest entries as opposed to variables because it's a bit easier to keep track of the different possibilities and branches. Is there a way to hide these quests from the quest log so they're just going on under the hood while regular quests still show normally? Or would it probably be easier in the long run to stick to using variables
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide a Specific Quest from Log

Post by Tony Li »

Hi,

Add a field named Visible to your quest template. In the template, set the default value to True.

In the specific quest you want to hide, set the value to False.

In your quest log window's Standard UI Quest Log Window component, tick the Check Visible Field checkbox.

(More info: See the Visible field in the Quest Fields manual section.)
BWLGeorge
Posts: 41
Joined: Sun Jun 19, 2022 10:10 pm

Re: Hide a Specific Quest from Log

Post by BWLGeorge »

Awesome, lifesaver!

Also didn't know about the Increment on Destroy script, that'll come in real handy, too!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide a Specific Quest from Log

Post by Tony Li »

Glad to help!
Post Reply