Does anyone know how to change the colour of light objects?
I've experimented with cloning a light object e.g. prison_ceiling_lights and it should be possible to change the colour using the lightColor attribute, which takes a 3D vector in the range 0-1 for Red Green and Blue, but I've tried the following and can't get it to work:
Code: Select all
lightColor = {1,0.5,0}
lightColor = (1,0.5,0)