setting the specific panel for actor permanently. without calling SetPanel("NameA", 3) on conversation start
Posted: Sat Dec 26, 2020 9:45 am
Hi,
I hope to just set this permanently since I am using the panel 3 for that specific actor only and wont change.
Is there any possible way to just set it permanently in the script?
So I don't have to put it in start of every single Conversation?
Like, putting it in OnConversationStart C# script?
I hope to just set this permanently since I am using the panel 3 for that specific actor only and wont change.
Is there any possible way to just set it permanently in the script?
So I don't have to put it in start of every single Conversation?
Like, putting it in OnConversationStart C# script?
Code: Select all
OnConversationStart() { DialogueSystem.SetPanel("ActorName", 3);