while(LightSequenceID1 == true)
{
insim.Send(new IS_OCO
{
ReqI = 0, // Request ID
OCOAction = OCOAction.OCO_LIGHTS_SET, // Tells the lights to be set
Index = OCOIndex.AXO_START_LIGHTS, // Selects temporary lights
Identifier = 1, // Traffuc light Identifier set in SHIFT + U
Data = BulbInfo.Red1 | BulbInfo.Red2
});
}