Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Reno Caspain on Fri 19/09/2003 09:58:35

Title: Commentary track
Post by: Reno Caspain on Fri 19/09/2003 09:58:35
I'm planning on putting a code for enabling a commentary track into the ending credits of my game, but what is the best way to display commentary when Display all text as speech is on?

Is there a way to display text boxes only when specifically needed? Or could I somehow use a character in room -1 to display speech (in different color than real characters) on the middle of the screen?
Title: Re:Commentary track
Post by: Ishmael on Fri 19/09/2003 10:31:23
Using a GUI, where you have a label, into which you set the commentary text with SeLabelText() script command when needed. Or use overlays, check from the manual and see if you can figure it out.