Adam Trzypolski

Results 4 issues of Adam Trzypolski

Fixes #3982 by documenting the cause and recommended solution.

documentation

Sorry for the long title, but I think that's the most correct description of what is happening. Or at least what I *think* is happening. This is a script.rpy meant...

Assume we have a long paragraph of say statement, which we want to interrupt with a `show` statement and continue from the point of interruption. The canonical ways of dealing...

enhancement

I imagine this problem is pretty old, but for reference, I'm seeing it in 8.0.3.22083102. Consider this example: ```renpy define e = Character("Eileen") label start: e "Please click at a...