I Think this:
Code:
write_byte(8); // life in 10's
means the light stays 8/10 seconds...
Now use this
Code:
write_byte(10); // life in 10's
and do a set_task(1.0, ....)
and the task should repeat 30 times..0o
Maybe add a second dlight at the half time to prevent flickering..
It should then pulse or something...
Or maybe adjust the "decay" thingy ;)
greetz regalis
__________________