HI all.

I would like to know how to do an action of a certain menu is opened but no button is pressed.
Code:
	for(;;)
	{	
		self waittill("menuresponse", menu, response);
This wait till a button is pressed. I want to do it the same with a waittill if thats possible. Because the other solution should be a normal loop. DOnt know if thats buggy?