Core.Object | +--Engine.Actor | +--Engine.Info | +--Botpack.EndStats
int
BestFPHs[3]
string
BestPlayers[3]
BestRecordDate[3]
TotalDeaths
TotalFlags
TotalFrags
TotalGames
00001 class EndStats expands Info 00002 config(user); 00003 00004 var globalconfig int TotalGames; 00005 var globalconfig int TotalFrags; 00006 var globalconfig int TotalDeaths; 00007 var globalconfig int TotalFlags; 00008 00009 var globalconfig string BestPlayers[3]; 00010 var globalconfig int BestFPHs[3]; 00011 var globalconfig string BestRecordDate[3]; 00012 00013 defaultproperties 00014 { 00015 TotalGames=23 00016 TotalFrags=72 00017 TotalDeaths=82 00018 BestPlayers(0)="Athena" 00019 BestPlayers(1)="Malakai" 00020 BestPlayers(2)="Visse" 00021 BestFPHs(0)=210 00022 BestFPHs(1)=239 00023 BestFPHs(2)=276 00024 BestRecordDate(0)="08/30/2001 21:33:04" 00025 BestRecordDate(1)="08/30/2001 21:40:26" 00026 BestRecordDate(2)="08/30/2001 21:33:04" 00027 }