Multiple Fonts?

Started by Ozwalled, Sun 21/09/2003 23:28:21

Previous topic - Next topic

Ozwalled

Is it possible to have different fonts for speech coming from different characters in the game? (I only want two, really, if that makes any difference).

Thanks!

Gilbert

Not really, but it's on the to-do list I think.

Currently you can use:
SetSpeechFont()

before a character talks to change it to the desired font, but it's not very practical and would make things even more complicated with dialogs.

Ishmael

function DisplaySpeechEx (int CharID, int font, string message) {
SetSpeechFont(font); // set the desired font
DisplaySpeech(CharID, message); // display speech for the specified character
SetSpeechFont(1); // set back to default
}
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

SMF spam blocked by CleanTalk