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:
Here is what is displaying when playing Timeline:
I am not sure what I am doing wrong on this one, as I have tried var=actor and conversant with no results really.
Can't get [var=Conversant] working
Re: Can't get [var=Conversant] working
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.
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.
-
- Posts: 55
- Joined: Fri Apr 16, 2021 4:32 pm
Re: Can't get [var=Conversant] working
That got it working. Thanks Tony!
Re: Can't get [var=Conversant] working
Glad to help!