So i am trying to build quite a complex menu, where I want to be able to reuse menuItems rather than having to create the same item twice with a slightly different name just because the user went down another route in the menu. for instance, as a basic example, image you had a menu that started by you choosing, male/female, then hair colour for the male or female. I dont want to create:
Male - M_blonde, M_Brown, M_black, M_red, M_grey, M_white
Female - F_blonde, F_Brown, F_black, F_red, F_grey, F_white
I want to just have one set of hair colour menu items and depending on whether the user picked male or female, a flag was set or something...
Has anyone got experience with the menuBackend library and can possibly advise me on the best way to do this. A small (male/female) based example would be extremely helpful
Thanks
Alex