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);