fix inventory after videos

This commit is contained in:
2024-04-09 22:14:08 +02:00
parent f1ee9c5ed7
commit b6801b811f

View File

@@ -38,4 +38,5 @@ func run(command_params: Array) -> int:
escoria.game_scene.play_video(command_params[0])
#We wait for the video to emit "finished" signal with yield
yield(escoria.game_scene.get_video_player(),"finished")
escoria.game_scene.open_inventory()
return ESCExecution.RC_OK