In my tech demo, which I made whilst I was still getting the feel for Ren'Py, I coded the entire demo in the script.rpy file, but here is the question I'm posing.
Can I have different sections of the game (for example, my game is in Acts, so for example actone_op or something) in other script files and have script.rpy call that script, which would ideally run the opening sequence of that act?
After the theory, I thought it would work, and I'd be able to have the main code looking something like this.
Code: Select all
actone_op
actone_arrival
actone_schooldayone
actone_classone
actone_endclass
Thanks in advance guys!
- Shayde