I would like to add some system messages to dialogues, like *party gained 100 gold*. The simplest solution would be using empty Actor. Unfortunately even with empty actor such messages will start with colon sign. So it looks like:
Code: Select all
Trader: Take this as a sign of my gratitude.
: *party gained 100 gold*
The colon at the beginning breaks formatting in this case. Can i somehow hide it? Or maybe theres is a better way to add such messages to dialogues? (I am using "Accummulate text" mode like in runic template.)
upd: I have found Ass Speaker Format Property, with "<color=#ECBE30>{0}:</color> {1}" value. But it is global. Is it possible to have different Speaker Formats for different Speakers?