change this from 255,255,255 to 0,255,0
Thanks for the response, I changed it to 255. 255, 0 (RGB code for yellow) , 0, not 0, 255, 0.
It lights up a solid yellow, but now the problem is..its always illuminating solid yellow even when there is no yellow flag situation..
SOLVED:
I left the 'racing_flag' section as it was, but added a situation in the
digital_flags section:
[CONDITION_...]
NAME=YELLOW_FLAG
INPUT=FLAG_TYPE
LUT==(|1=0,0,0|2=1,1,0|3=1,0.5,0|4=1,0.3,0|5=1,0,0|6=0.7,0.7,0.7|7=1,0.5,0.5|8=0.5,0.5,0.5|9=0,0,0.1|10=0.5,0.5,0.5|11=0.5,0.5,0.5|12=0,0,1|13=1,0,0|14=1,1,1|)
INPUT_STAY_FOR=0
INPUT_CHANGE_DELAY=1
FLASHING_FREQUENCY=10
FLASHING_SMOOTHNESS=0.0
FLASHING_SKIP_OFF_STATE=0
FLASHING_NOISE_AMPLITUDE=0
FLASHING_MIN_VALUE=0
FLASHING_SYNCED=1
[MATERIAL_ADJUSTMENT_...]
ACTIVE = 1
CONDITION = YELLOW_FLAG
;INPUT=FLAG_TYPE
;MESHES = digitalflag_led
MATERIALS= digitalflag_led
KEY_0 = ksEmissive
VALUE_0 = 255 , 255 , 0
KEY_1 = ksDiffuse
VALUE_1 = 0
It works fine now.