class init { class marker { shape = "ELLIPSE"; brush = "BDiagonal"; color = "ColorRed"; size[] = {50, 50}; }; class icon { shape = "ICON"; type = "loc_Transmitter"; color = "ColorRed"; text = "Sub-Objective:"; }; }; class update { class marker { shape = "ELLIPSE"; brush = "BDiagonal"; color = "ColorRed"; size[] = {50, 50}; }; class icon { shape = "ICON"; type = "selector_selectedEnemy"; color = "ColorOPFOR"; text = "Sub-Objective Update:"; }; };