It's pretty basic and looks like this:
Code: Select all
show bg day1
with Dissolve(1.0)
pause 1.0
show bg day1b
with Dissolve(1.0)
show bg day0
with Dissolve(1.0)
show bg day2b
with Dissolve(1.0)
show bg day2
with Dissolve(1.0)
show bg kitchenI'm looking for a way to make this short animation unskippable, but $ config.skipping = False didn't work.
There must be a way to do this, but I started using Ren'Py 3 days ago and I'm not that familiar with Python.
However, I checked the cookbook first and couldn't find anything like that.
I'm glad for any help I can get.


