/******************************************************************* * Decompiled By: Bog * Decompiled File: maps\mp\_breadcrumbdata.gsc * Game: Call of Duty: WWII * Platform: PC * Function Count: 2 * Decompile Time: 29 ms * Timestamp: 10/27/2023 3:21:05 AM *******************************************************************/ //Function Number: 1 func_00D5() { if(!isdefined(game["gamestarted"])) { function_0377("mp/ddl/breadcrumbdata.ddl"); function_0378(); } } //Function Number: 2 func_5E8B() { self endon("death"); self endon("disconnect"); level endon("game_ended"); if(!maps\mp\_utility::func_3FA0("prematch_done")) { level waittill("prematch_over"); } if(isbot(self) || function_026D(self)) { return; } if(maps\mp\_utility::func_57A0(self) && isdefined(self.var_5CC6) && maps\mp\_matchdata::func_1F59(self.var_5CC6)) { var_00 = getdvarfloat("34"); for(;;) { var_01 = self playerads() > 0.5; recordbreadcrumbdataforplayer(self,self.var_5CC6,var_01); wait(var_00); } } }