Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Thu 05/09/2019 22:04:45

Title: Text adventure
Post by: on Thu 05/09/2019 22:04:45
Is there any way to create a text adventure like this?

I have found some limitations in the parser such as that it doesn't distinguish between male and female gender; or that the way to display text with a label is limited to 500 letters.
Title: Re: Text adventure
Post by: Crimson Wizard on Thu 05/09/2019 22:36:10
Quote from: Neo_One on Thu 05/09/2019 22:04:45
I have found some limitations in the parser such as that it doesn't distinguish between male and female gender; or that the way to display text with a label is limited to 500 letters.

Idk about parser (someone else may know better), but labels are getting limits removed in 3.5.0.

Anyway, it must be possible to script custom text drawing, and maybe even custom parser too.
Title: Re: Text adventure
Post by: on Sun 08/09/2019 15:23:34
Good news, thanks!