1. say you show screen A with 'show screen' in a label, and use the Show() action in screen A to show screen B. if you save and load, only screen A will be shown! this is cause ren'py will only save from the last ren'py statement, which showed screen A. use renpy.call() to ensure things save :)
2 likes 1 replies
?