Version is Commercial 7.05
and compiler setting;

Edit: Now I try to do the same thing with a dynamic light, I attached the following code to a model lightbulp:
Code:
action lightbulp_act
{
my.cast=on;
vec_set(my.blue,vector(255,255,255));
while(1)
{
my.lightrange=50;
wait(1);
}
}
but, when I run the level, there is no light comming from the model at all!
In A6 I used the same code and that works, do I have to do it in a different way in A7?