Hello there!
I am struggling to add some formatting options for text display in game. For example to be able to highlight some words in the text that is displayed when character talks, like changing the color of word, or using bold/italic.
The question is can i use lua to extend the functionality of tags in Action part "Display text". As we can use
tag or some modification of it like
to add pause functionality, can we add like basic html tags through lua? Like
or something similiar.
Or is there any other way to change only specific word color, not the whole text color?