Text formatting and Custom Token

I’m working on a dynamic task system using custom token for dialog options and updating journal entries.

So far so good.

Is there anyway to pass text formatting (like a line break) in a custom token string?

For a line break insert a “\n”.

1 Like

You can also use StringToRGBString to add colour to elements of the text.

That function is the only one to use those particular codes. To get an idea of what each specific code actually means I created Colours and Codes for StringToRGBString() to take the guesswork out of the choice.

TR

That’s what I wanted. Thanks. (My mind was stuck at HTML5 < /br >)