Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: KyriakosCH on Fri 16/03/2018 13:48:54

Title: JRPG-style speech using letter sequence?
Post by: KyriakosCH on Fri 16/03/2018 13:48:54
Any easy way to achieve this in AGS?

I mean the usual thing in such rpgs, where the text will appear with one letter first and then each following added, up until the line is complete, eg "h", "he","hel","hell","hello" etc. :)
Title: Re: JRPG-style speech using letter sequence?
Post by: Gurok on Fri 16/03/2018 14:09:10
You might try CW's TypedText module:

http://www.adventuregamestudio.co.uk/forums/index.php?topic=54450
Title: Re: JRPG-style speech using letter sequence?
Post by: KyriakosCH on Fri 16/03/2018 14:50:03
Thanks! :)