actor name on C# Custon Lua function
Posted: Sat Oct 17, 2020 6:42 pm
Hi,
Is it possible to know actor name in the custom C# Lua function?
Is it possible to know actor name in the custom C# Lua function?
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
https://www.pixelcrushers.com:443/phpbb/viewtopic.php?t=3658
Code: Select all
string speakerName = DialogueManager.currentConversationState.subtitle.speakerInfo.Name;
string listenerName = DialogueManager.currentConversationState.subtitle.listenerInfo.Name;