bool M_LogError(string Message) { if(!bOptimizationRun) { Print("Error: " + Message); } return true; }