BIS can you please add the ability for a lightpoint to blink like on the collision lights?
Light can be created with command createVehicle with special vehicle class "#lightpoint", I want to add another setLightBlink = 0 or 1; string to the already available ones.
for example:
_light = "#lightpoint" createVehicleLocal pos;
_light setLightBrightness 1.0;
_light setLightAmbient[0.0, 1.0, 0.0];
_light setLightColor[0.0, 1.0, 0.0];
_light lightAttachObject [_object, [0,0,0]]
_light setLightBlink = 1; // 0 = not blinking, 1 = blinking