hallo

ich thinke ich habbe die answere

function resetscreen
{
while(1)
{
vec_set(screen_color,vector(0,0,1));
wait(1);
}
}

add this to main
resetscreen();


"empty"