SinceI don't understand why Renpy doesn't let me pause between the scenes.
pause is a valid statement and exist since years, it's probably because of something that take place (way) before the scene and you didn't shown in your post.This is my script, otherwise I haven't changed anything else:Sincepauseis a valid statement and exist since years, it's probably because of something that take place (way) before thesceneand you didn't shown in your post.
*sigh*This is my script, otherwise I haven't changed anything else:
On that page I started with this:*sigh*
The error happen in 0.1.rpy file, and you're showing script.rpy...
*sigh*On that page I started with this:
I found the problem! Renpy doesn't like the file "0.1.rpy", I think that point made the difference, so I switched to episode_1.rpy and it works now*sigh*
The error happen line 219... A file do not starts at the line 216...
What make me wonder if you are even looking at the right part of your code when you're trying to understand why it don't works.
As strangely as it looks, it's the fucking truth :/I found the problem! Renpy doesn't like the file "0.1.rpy" [...]
pause statement if there's on in the file. Other statements, like scene, show and dialogs works fine, but not this one :/Good thing I found the problem and didn't launch the game, broken with this error.Note for future references
As strangely as it looks, it's the fucking truth :/
Ren'Py do not care if the file name have point in it, but it will throw an error and do not recognize thepausestatement if there's on in the file. Other statements, likescene,showand dialogs works fine, but not this one :/