Dynamic 'sundirection' in a map?
Posted: Wed Dec 01, 2004 9:45 pm
Is it 'allowed' and 'possible' to make the sun move in a map by making a script that would change it's direction by making a thread like this and call it at map statup?
This is not a valid script but the main idea is there.
Possible?
Code: Select all
moving_sun:
while(1)
{
//change x, y, z values
$world sundirection(x,y,z)
wait(time to wait)
}
Possible?