Ok, so I'm trying to create a menu system that has multiple tiers and functions. However, I can't seem to get it to work correctly. Below are two example menus. The top image is the main menu and the bottom image is the character selection screen. I understand level linking and I have switches for each sub-menu. However, I can't figure out how to get the menu options linked with a switch. Essentially, I want each option to link to another menu that will have the ability to link back to the main menu. Each option is a button-style menu part set under a cursor group.
Also, is there a way to enable a single option to perform two functions? For example, in the character selection screen, is it possible to simultaneously have a selection change the selected character AND send the user back to the main menu?