class CompanyValue extends GSController { companies = null; goal_mode = null; goal_reached = null; goal_company = { c_id = null, goal_value = null, days_taken = null }; rankings = null; best_value = 1; debug_messages = GSController.GetSetting("debug_messages"); global_list = GSList(); scp_manager = null; function Start(); function Save(); function Load(version, data); }