local.light = spawn script_model
local.light model "fx_dummy.tik"
local.light.origin = ( 0 0 0 )
local.light light 1 1 1 100 // last number is how big it is, ( 1 1 1 is white light).
__________________
static/corona_reg.tik
First one is Red
1.00 0.00 0.00 1.00 = 100% Red
Second is Green
0.00 1.00 0.00 1.00 = 100% Green
Third is Blue
0.00 0.00 1.00 1.00 = 100% Blue