Params (variables) not saving

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hashpotatosacredblue
Posts: 1
Joined: Tue May 14, 2024 3:53 pm

Params (variables) not saving

Post by hashpotatosacredblue »

wrong forum
Last edited by hashpotatosacredblue on Tue May 14, 2024 4:14 pm, edited 1 time in total.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Params (variables) not saving

Post by Tony Li »

Hi,

Are you using the "..." dropdowns in the Conditions and Script fields? For example, if you use "..." in the Conditions field then the Conditions should end up looking something like:

Code: Select all

alreadyMet == false
(Note the two equals signs.)

This article might be helpful: How To: Run a Conversation Only Once
Post Reply