Can I set a specific panel for an actor permenently?
Posted: Sun Jul 18, 2021 12:14 am
Hello,
Without doing below three methods,
1. SetPanel("Narrator", 4) in the dialogue node everytime
2. [panel=4] in front of dialogue line for every node
3. Putting a line of code in OnConversationStart's callback, PlaySequence("SetPanel("Narrator", 4)") everytime I start conversation,
Is there a way to just set a specific panel for an actor permanently so I don't have to keep setting it in the game?
Thank you,
Without doing below three methods,
1. SetPanel("Narrator", 4) in the dialogue node everytime
2. [panel=4] in front of dialogue line for every node
3. Putting a line of code in OnConversationStart's callback, PlaySequence("SetPanel("Narrator", 4)") everytime I start conversation,
Is there a way to just set a specific panel for an actor permanently so I don't have to keep setting it in the game?
Thank you,