RPG Maker VX Ace
Dynamic Equip Slots
Introduction
This script allows you to add or remove equip slots during the game using
script calls. You can add or remove equip slots as many times as you want
using simple script calls.
Features
Add equip slots during the game
Remove equip slots during the game
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Instructions
Download
Get it at Hime Works!
Installation
Place this script below Core – Equip Slots and above Main
Usage
Adding equip slots
To add equip slots, use the script call
add_equip_slot(actor_id, etype_id)
Your slots will automatically be sorted based on your configuration in Core – Equip Slots
Removing equip slots
To remove an equip slot, use the script call
remove_equip_slot(actor_id, etype_id)
Any equipped items in the removed slot will be returned to your inventory.
Credits & Thanks
Hime Works