spawning a light entity?

Post your scripting questions / solutions here

Moderator: Moderators

User avatar
G3mInI
First Lieutenant
Posts: 187
Joined: Sat Jun 29, 2002 3:49 am

Post 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
Post Reply