class Scene_Map alias update_old update def update update_old if Input.trigger?(Input::F5) $scene = Scene_Task.new return end end end