Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: rmonic79 on Sat 03/12/2016 11:18:58

Title: Queued speech doesn't get translation. [SOLVED]
Post by: rmonic79 on Sat 03/12/2016 11:18:58
Hi guys we have this issue using queued speech module. Anyone have a solution?
thanks
Title: Re: Queued speech doesn't get translation.
Post by: Crimson Wizard on Sat 03/12/2016 11:32:50
I do not know how that module works, but if you pass some strings to it, do "str = GetTranslation(original_str)" before you feed "str" to the module functions.
Title: Re: Queued speech doesn't get translation.
Post by: rmonic79 on Fri 09/12/2016 11:23:52
Quote from: Crimson Wizard on Sat 03/12/2016 11:32:50
I do not know how that module works, but if you pass some strings to it, do "str = GetTranslation(original_str)" before you feed "str" to the module functions.
Solved, thanks :)