Page 2 of 2

Posted: Tue Aug 17, 2004 11:24 pm
by G3mInI
Make the corona a script_model and give it a targetname. Lets say I called it corona_red.

Then in the blink thread do something like:

while(1)
{
$mylight lighton
$corona_red show
wait 3
$mylight lightoff
$corona_red hide
wait 3
}
end