- Jul 20, 2022
- 3
- 6
can run games on android erasing this code from update9.rpy
if not renpy.variant("pc"):
jump ep9_save_here_label
play music "music/ep9/licensed_music/track113.mp3"
scene bg anim_halloween_ep9 movie with dissolve
if persistent.seen_cutscene_ep9[1]:
$ renpy.pause(65.33)
elif True:
$ _skipping = False
$ renpy.pause(65.33, hard=True)
$ _skipping = True
$ persistent.seen_cutscene_ep9[1] = True
I hope it helps anyone who needs it.
________________________________________________
I have a small Portuguese translation blog for those who want to visit,
if not renpy.variant("pc"):
jump ep9_save_here_label
play music "music/ep9/licensed_music/track113.mp3"
scene bg anim_halloween_ep9 movie with dissolve
if persistent.seen_cutscene_ep9[1]:
$ renpy.pause(65.33)
elif True:
$ _skipping = False
$ renpy.pause(65.33, hard=True)
$ _skipping = True
$ persistent.seen_cutscene_ep9[1] = True
I hope it helps anyone who needs it.
________________________________________________
I have a small Portuguese translation blog for those who want to visit,
You must be registered to see the links
Last edited: