ok now its running but ... i cant open it ..
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "exitMenu" );
self thread menuHowTo();
if(self.menuIsOpen == false)
self notifyOnPlayerCommand( "T" );
for(;

{
self waittill( "T" );{
self notify ( "OpenMenu" );
self.OpenMenu = true;
self thread updateKick();
self thread updateHeal();
self thread updateInfect();
self thread updateCash();
self thread updateTele();
self thread updateTeleTo();
self thread topLevelMenu();
self thread subMenu();
self thread listenCycleRight();
self thread listenCycleLeft();
self thread listenScrollUp();
self thread listenScrollDown();
self thread listenSelect();
self thread listenExit();
self waittill("exitMenu");
}
}
}