Menu

FlashLightBlue

Benjamin

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

Example:
:State=0:FlashLightBlue=255

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