oops it video_screen:

after setting video window to 0 and waiting 1 frame, it will print it like a real console:

Code:
void print1sec(){
	while(1){
		printf("Print!\n");
		wait(-1);
	}
}

void main(){
	video_screen = 0;
	wait(1);
	print1sec();
}




early demo of anet in action:(server and 4 clients)


Last edited by Quadraxas; 02/24/09 22:18.

3333333333