SetLight

Sets the display of lights on the player.

Attribute Description
Light Indicates which lights are to be affected. Possible values are "Red" and "Green"
Mode Indicates the light setting. Possible values are "Off", "On", "SlowBlink", and "FastBlink"

Example

The following example sets the light to alternate slowly between Green and Yellow.

    <SetLight Light="Red" Mode="SlowBlink"/>
    <SetLight Light="Green" Mode="On"/>