  while (( ! $game_ready )); do
    game_ready=$(grep -Ec -m1 "$loaded_str" $ra_log)
  done
