is there a way to circumvent an issue like in the following-
label sc1:
show image1
"look at this"
$ renpy.end_replay()
label sc2:
(needs to keep showing image1 during this replay)
"looking at it"
$ renpy.end_replay()
-without having to manually show image1 again, in case there's a scenario you won't be able to?