Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! I have found the issue of the skipping text. I made this on purpose to give off a sense of urgency, but then realized that Ren'Py automatically puts the text speed at 100%, meaning that unless you change the settings you wouldn't be able to see it. I will edit the page reminding people to turn down the text speed.

(1 edit)

I found another solution could be to change the text speed for those lines only, you can do this using 'cps' tags, for example putting {cps=20} and {/cps} on the line with the {nw}

Thanks, I'll try this in my future games instead.