Hm, das ist komisch. Oben im Script steht ja sogar noch:

Code:
  if Input.trigger?(Input::C)
    on_decision(make_filename(@file_index))
    $game_temp.last_file_index = @file_index
    return
  end