- Joined
- Jul 8, 2016
- Messages
- 72
- Reaction score
- 59
- First Language
- English
- Primarily Uses
- RMMV
New plugin! Yay!
Ever wanted to set a limit on any of your items/weapons/armors? Well, now you can! (And you don't even have to use plugin commands or script calls every time you want to add an item, just use the pre-made event command!)
So here's how it works:
License: Free for non-commercial and commercial. Be sure to give me credits and send me an email or DM when your game is finished! A free version of your game would be appreciated
Download: https://github.com/DaedraKyne/RMMV/blob/master/plugins/Limit item.js
Ever wanted to set a limit on any of your items/weapons/armors? Well, now you can! (And you don't even have to use plugin commands or script calls every time you want to add an item, just use the pre-made event command!)
So here's how it works:
- Set up the custom error messages in the parameters, that will appear when the limit has been reached. (MUST BE DONE, OR YOUR GAME WILL CRASH!)
- Set up the default limit for all items/weapons/armors in the parameters. (MUST BE DONE, OR YOUR GAME WILL CRASH!)
- Add a <limit:x> tag in any item/weapon/armor's notes in the database, this will give that specific item a certain limit.
- When you use the "Change item/weapon/armor" event, the plugin will automatically run, so no worries!
License: Free for non-commercial and commercial. Be sure to give me credits and send me an email or DM when your game is finished! A free version of your game would be appreciated
Download: https://github.com/DaedraKyne/RMMV/blob/master/plugins/Limit item.js
Last edited:
