diff --git a/scripts/Script.rb b/scripts/Script.rb index cbd3e8c..47b02f0 100644 --- a/scripts/Script.rb +++ b/scripts/Script.rb @@ -437,5 +437,5 @@ def activate_balcony?(ypos) !$scene.menu_open? && $game_player.y == ypos && $game_player.direction == 8 && - Input.trigger?(Input::ACTION) && !$game_system.map_interpreter.running? + Input.trigger?(Input::ACTION) && !$game_system.map_interpreter.running? && !$game_temp.menus_visible end