Hello guys!
I´m terrible with code, so I would like to ask some help to you.
Please, I would like to ask a very simplified menu, that show only weapons.
And I would like to call this menu by a script call.
For example, this one opens the Actor´s 1 default equips menu.
Code:
$gameParty._menuActorId = 1;
SceneManager.push(Scene_Equip);
As this code above, I would like to call the actor´s 1 weapons menu.
I made a draw showing what I´m thinking.
Like this:
- The description above it´s just what I wrote on the weapon description.
- Below will show all weapons.
And, if it is possible to do, I would like to ask for another MENU, the same weapon´s menu, but this other one will show only shields.
The shield´s menu needs a script call as well.
That´s all

Thank you in advance for your help!!