Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Icey on Tue 08/02/2011 02:19:08

Title: Speech txt displayed at the bottom of the screen.[S]
Post by: Icey on Tue 08/02/2011 02:19:08
Is there a way to have a speech displayed at the bottom of the screen?

I don't want the text over the player's head but if I have to then I will keep it.
Title: Re: Speech txt displayed at the bottom of the screen.
Post by: Ryan Timothy B on Tue 08/02/2011 03:05:11
Are you speaking of:

Character.SayAt(int x, int y, int width, string message)
Title: Re: Speech txt displayed at the bottom of the screen.
Post by: Icey on Tue 08/02/2011 03:19:38
That's right! I forgot about that.

Thanks.