Copy + Paste all the menu's u want from root's scroll menu.
Add the following.
Add To Akferm.
[HTML]
player addAction ["<t color=""#4ADDE7"">Root Menu</t>", Root_Main4];
[/HTML]
Add to Root_Main4.
[HTML]
Root_Main4 = {
removeAllActions player;
sleep 0.1;
player addAction ["<t color=""#000000"">-Back-</t>", Root_Main4];
player addAction ["<t color=""#C90016"">Root's Weapon Menu</t>", Root_Menu4];
};
[/HTML]