Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: CocodaMonkey on Sat 26/03/2005 23:08:49

Title: set speech font for a certain character
Post by: CocodaMonkey on Sat 26/03/2005 23:08:49
Does AGS have any way of setting the speech font per character. All I really want is to have the player character use one speech font and everything else uses another. There is a setspeechfont option but it's a global thing.

Also is there any reason why AGS doesn't let you set the speech color for npc? It provides the box, but it only seems to work if it's the player character.
Title: Re: set speech font for a certain character
Post by: Ashen on Sun 27/03/2005 04:10:55
No, AFAIK you'd have to set the font manually before the character 'spoke' (and, of course, set it back again afterwards). You could, of course, create a custom function to do that for you.

And, in my experience, changing the number in the 'Talking Colour:' box changes the colour for NPCs as well as the player character.
Title: Re: set speech font for a certain character
Post by: Scummbuddy on Mon 28/03/2005 01:31:48
http://www.adventuregamestudio.co.uk/tracker.php?action=detail&id=242

Add your reasons for why you want this, and it may get added to the editor faster.