Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Very simple weapon MENU
- Original author: thalesgal
- Original date: February 11, 2019
- Source thread: https://forums.rpgmakerweb.com/threads/very-simple-weapon-menu.105544/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Requests
Summary
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.
Archived First Post
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.
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:
Protected download
- 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!!
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:
Protected download
- 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!!
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...
