How to use Dialogic Set value and set definition for the timeline? #999
-
So I have noticed in the timeline when you add a text with the associated character, there is an option set portrait. When I clicked the the drop down menu, I noticed X[value], which will display a definition drop down next to it, if selected. (as seen from the screenshot). How do I take advantage of this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi. You can use this feature
This should show the characters happy portrait. The advantage is, that you can control the characters portrait more dynamically, but (imo the workflow is honestly a bit tedious). |
Beta Was this translation helpful? Give feedback.
-
this could be useful if this timeline just came from a certain situation, so if the character is now scared, happy, or mad, you can let it check for what value it had gotten set before to make that possible |
Beta Was this translation helpful? Give feedback.
Hi. You can use this feature
Dialogic.set_variable(name, value)
(e.g.Dialogic.set_variable('SidekickPortrait', "happy")
)This should show the characters happy portrait.
The advantage is, that you can control the characters portrait more dynamically, but (imo the workflow is honestly a bit tedious).
Hope this helps.