Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ian80 on Sat 24/01/2004 21:19:42

Title: Advancing text with mouse clisk only (no time).
Post by: ian80 on Sat 24/01/2004 21:19:42
Hi guys,

Is there a way to have the text only advance when the mouse is clicked? I don't want it to be timed.
Title: Re:Advancing text with mouse clisk only (no time).
Post by: Scorpiorus on Sat 24/01/2004 23:48:17
If you mean the messages that are displayed with a Display() command then they do not time-out by-default unless the game.skip_display is set to anything but 3.

As for the speech you can control it with SetSkipSpeech() command. Setting SetSkipSpeech(3) makes the player click each time the speech is displayed.