1. actionslot 2 is Dpad Down
2. this is a good menu to choose as well
You must login or register to view this content.
and then when you open it and see this:
set Title "^4Main_Menu"
set menu1 "bind button_a vstr sub1x;bind dpad_up vstr menu7;bind dpad_down vstr menu2;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^2[Menu_1];^1Menu_2;^1Menu_3;^1Menu_4;^1Menu_5;^1Menu_6;^1Menu_7"
set menu2 "bind button_a vstr sub2x;bind dpad_up vstr menu1;bind dpad_down vstr menu3;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^1Menu_1;^2[Menu_2];^1Menu_3;^1Menu_4;^1Menu_5;^1Menu_6;^1Menu_7"
set menu3 "bind button_a vstr sub3x;bind dpad_up vstr menu2;bind dpad_down vstr menu4;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^1Menu_1;^1Menu_2;^2[Menu_3];^1Menu_4;^1Menu_5;^1Menu_6;^1Menu_7"
set menu4 "bind button_a vstr sub4x;bind dpad_up vstr menu3;bind dpad_down vstr menu5;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^1Menu_1;^1Menu_2;^1Menu_3;^2[Menu_4];^1Menu_5;^1Menu_6;^1Menu_7"
set menu5 "bind button_a vstr sub5x;bind dpad_up vstr menu4;bind dpad_down vstr menu6;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^1Menu_1;^1Menu_2;^1Menu_3;^1Menu_4;^2[Menu_5];^1Menu_6;^1Menu_7"
set menu6 "bind button_a vstr sub6x;bind dpad_up vstr menu5;bind dpad_down vstr menu7;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^1Menu_1;^1Menu_2;^1Menu_3;^1Menu_4;^1Menu_5;^2[Menu_6];^1Menu_7"
set menu7 "bind button_a vstr sub7x;bind dpad_up vstr menu6;bind dpad_down vstr menu1;bind button_b vstr daExit;bind BUTTON_LTRIG vstr daExit;vstr Title;^1Menu_1;^1Menu_2;^1Menu_3;^1Menu_4;^1Menu_5;^1Menu_6;^2[Menu_7]"
see the =set menu1 "bind button_a vstr sub1x= below =set Title "^4Main_Menu"=, well i think you replace it with this: "bind BUTTON_RSTICK"
Let me know if I helped