Page 1 of 1

changing conversant name during conversation

Posted: Fri May 14, 2021 12:25 pm
by Yob
Hi Tony!

i am making a conversation that many characters appear.


it is like visual novel style so it doesn't need movements. so i want to change portraits and names by script.




PixelCrushers.DialogueSystem.DialogueLua.GetActorField("MC", namess);

it doesn't work. what should i do? i think i am doing wrong something.
i need your help. thanks !!

Re: changing conversant name during conversation

Posted: Fri May 14, 2021 12:55 pm
by Tony Li
Hi,

To change the conversant's name during conversation, use the Lua function provided in the DiscoverNameExample scene on the Dialogue System Extras page.