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
spawning a light entity?
Moderator: Moderators