I have menu X and menu Y. I want menu X to be iconless, ie, iconsize 0, and menu Y to have icons, or iconsize 16. I can spawn either with @BBCore.showmenu x y <iconsize> <menu> - but with the current bbclean all submenus subsequently spawned by the parent menu inherit the global iconsize setting. I want them to inherit the parent/parent's parent/etc iconsize, NOT the global setting. Makes sense?