BlenderGuy
Engaged Member
- Nov 17, 2023
- 2,337
- 9,063
- 646
Go to the game folder. Load up "script.rpy" into a text editor, then search (CTRL+F) for "label menuprolouge1:"
Once you find it, add the following text to the line above it...
jump WalkSafe
So your code should now look like...
This will cause the game to skip the clicking part.Code:jump WalkSafe label menuprolouge1:
Save the file, overwriting the old one (you may want to back up the original to be safe, but this is very simple) and rerun the game. It will automatically read in your changes and use them.
The way I do it is when that button comes up, I just keep clicking on the same spot rapidly until done and it will zip on by.
Thanks so much!
I'll try this.