diff --git a/addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd b/addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd index 819e79d1..aa93aef8 100644 --- a/addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd +++ b/addons/escoria-ui-return-monkey-island/esc/commands/play_video.gd @@ -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