Page 1 of 1

Can't get [var=Conversant] working

Posted: Mon Aug 09, 2021 11:46 am
by RetroVertigo
I am trying to get my text/dialogue to display the Conversant or Actor name but using [var=Conversant] is not working for me:

Here is the dialogue tree:
Image

Here is what is displaying when playing Timeline:
Image

I am not sure what I am doing wrong on this one, as I have tried var=actor and conversant with no results really.

Re: Can't get [var=Conversant] working

Posted: Mon Aug 09, 2021 1:18 pm
by Tony Li
Hi,

Inspect your conversation and select Menu > Conversation Properties. The actor assigned to the Conversant dropdown will provide the value of [var=Conversant].

[var=Actor] and [var=Conversant] are the conversation's primary actor and conversant. They're static through the entire conversation. They don't change with every dialogue entry node.

Re: Can't get [var=Conversant] working

Posted: Tue Aug 10, 2021 7:19 am
by RetroVertigo
That got it working. Thanks Tony!

Re: Can't get [var=Conversant] working

Posted: Tue Aug 10, 2021 8:43 am
by Tony Li
Glad to help!