If I want that the light should go slightly to dark, something like that:
PHP Code:
set_task(2.0, light_change_m)
public light_change_m()
{
set_lights("m")
set_task(0.5, light_change_l)
}
And so on, doing it like this would be stupid I think, hope you understood me now.