Code: Select all
moving_sun:
while(1)
{
//change x, y, z values
$world sundirection(x,y,z)
wait(time to wait)
}
Possible?
Moderator: Moderators
Code: Select all
moving_sun:
while(1)
{
//change x, y, z values
$world sundirection(x,y,z)
wait(time to wait)
}