changing conversant name during conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Yob
Posts: 21
Joined: Sun Aug 06, 2017 11:30 am

changing conversant name during conversation

Post 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 !!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: changing conversant name during conversation

Post 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.
Post Reply