Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: doctorhibert on Tue 26/12/2017 21:14:46

Title: How to make lines change only on click
Post by: doctorhibert on Tue 26/12/2017 21:14:46
Hey, so I don't have any voice acting, which means the included timers for the text don't work very well. Either they're too slow or too fast, so I want to make it so it only moves on click (or any key). How do I do this?
Title: Re: How to make lines change only on click
Post by: Crimson Wizard on Tue 26/12/2017 21:17:36
General Settings - Dialog -- Allow speech to be skipped by which events.
Title: Re: How to make lines change only on click
Post by: Cassiebsg on Tue 26/12/2017 21:30:03
Or/and give the player the option to set his own text speed...
Title: Re: How to make lines change only on click
Post by: Crimson Wizard on Wed 27/12/2017 00:53:44
Quote from: Cassiebsg on Tue 26/12/2017 21:30:03
Or/and give the player the option to set his own text speed...

Yes, that too.

This is a bit advanced scripting, but you may create options in game, and let them change properties Speech.SkipStyle and Game.TextReadingSpeed.