How to display actor name in conversation.
Posted: Mon Jan 16, 2023 3:10 pm
I want to refer to the name of an actor who is not the actor or conversant in a conversation and I can't get it to show up.
I am using this in the Dialogue Text field:
Let us go visit [lua(Actor["OtherNPC"].DisplayName)].
There is no syntax error but an empty string is returned, even though the actor definitely exists. Am I doing this wrong?
Thanks!
I am using this in the Dialogue Text field:
Let us go visit [lua(Actor["OtherNPC"].DisplayName)].
There is no syntax error but an empty string is returned, even though the actor definitely exists. Am I doing this wrong?
Thanks!