inkle / ink

inkle's open source scripting language for writing interactive narrative.
http://www.inklestudios.com/ink
MIT License
4.14k stars 495 forks source link

Max number of characters? #725

Closed wmbenedetto closed 2 years ago

wmbenedetto commented 2 years ago

I'm just getting started trying out ink using inky, and I'm running into an issue right from the start. I don't see anything in the docs about this, but it appears there is a character limit beyond which text no longer shows up?

As you can see here, the text and options are displayed in the preview window as expected.

Screen Shot 2021-12-16 at 11 16 46 PM

But if my opening paragraph is long, it no longer shows up in the preview.

Screen Shot 2021-12-16 at 11 17 07 PM

By trial and error, I figured out that it shows up to 243 characters. Beyond that, the text disappears.

Screen Shot 2021-12-16 at 11 17 24 PM

Is this a bug in inky, or is it expected behavior?

wmbenedetto commented 2 years ago

Just found the discussion forum. I'm going to migrate this over there, since it's more of a question than a bug report.