Originally posted by GentleSlugger
what menu base?
I'm using Dynamic V3 and making some modifications to it, and in Menuinit() it has:
self endon("disconnect");
self endon( "destroyMenu" );
and I want to make the menu end if I destroy the menu, but how do I do that?