Menu

FlashLightRed

Benjamin

This command sets how much red the light that the flashlight emits has.
Syntax:
FlashLightRed=Amount

Example:
:State=0:FlashLightRed=255

Code reference:
case AIACTFLASHLIGHTRED:
flashlightred=aiactionseq(seq).value
if flashlightred>255 then flashlightred=255
if flashlightred<0 then flashlightred=0
endcase