this.cvgs = SCPClient_CompanyValueGS(this.scp); this.ncg = SCPClient_NoCarGoal(this.scp); loading = false; } local scp_counter = 0; local cityFrom = null; 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; } if (scp_counter < 150) scp_counter++; } while(scp_counter < 150); }