Rebuild wardrobe (3) make sure to reblock rollback/skipping
Contrary to renpy.call, renpy.call_in_new_context is a function that does return, so this works
This commit is contained in:
parent
5411e13261
commit
97d992f969
@ -70,4 +70,7 @@ init python:
|
||||
renpy.suspend_rollback(False)
|
||||
renpy.block_rollback()
|
||||
renpy.call_in_new_context(get_character_response(states.active_girl, what), arg)
|
||||
_skipping = False
|
||||
renpy.suspend_rollback(True)
|
||||
renpy.block_rollback()
|
||||
return
|
||||
|
@ -510,7 +510,6 @@ label wardrobe:
|
||||
return
|
||||
|
||||
label _wardrobe:
|
||||
$ renpy.config.skipping = None
|
||||
$ _game_menu_screen = None
|
||||
$ _skipping = False
|
||||
$ renpy.suspend_rollback(True)
|
||||
|
Loading…
Reference in New Issue
Block a user