class ICCME_Event_Game_TimeLimit extends ICCME_Event_GameBase; var int RemainingTime; function doLog() { super.doLog(); log("RemainingTime:"@RemainingTime); } defaultproperties { RemainingTime=300 }