this.cvgs = SCPClient_CompanyValueGS(this.scp);
this.ncg = SCPClient_NoCarGoal(this.scp);
loading = false;
}
local cityFrom = null;
local scp_counter = 0;
while (AIController.Sleep(1)) {
if (this.scp != null) {
do {
AILog.Info("Counter = " + scp_counter);
this.scp.Check();
if (cvgs.IsCompanyValueGSGame() || ncg.IsNoCarGoalGame()) {
scp_counter = 0;
break;
}
scp_counter++;
} while(scp_counter < 150);
}