- Joined
- Jan 11, 2014
- Messages
- 624
- Reaction score
- 159
- First Language
- English
- Primarily Uses
- RMMZ
I am looking for a plugin that allows for a real-time expiration on an equip, starting the "countdown" when you gain the item, but removes it when a certain amount of time is up. The main reason I want this is to provide players a unique weapon or armor for playing the demo of my game, but not have it stick around forever (probably around 3 real days) forcing them to find an actual in-game item.
I tried doing it myself, but could not get it to work.
Thoughts:
- Not have it remove the equip during a battle, easy enough by just using the $gameParty.inBattle() function.
- Have a Common event run when it is removed (to possibly give the player a notification, like through YEP_Gab windows)
(I am using YEP_ItemCore, and I have Weapons and Armor set to be independent.)
I tried doing it myself, but could not get it to work.
Thoughts:
- Not have it remove the equip during a battle, easy enough by just using the $gameParty.inBattle() function.
- Have a Common event run when it is removed (to possibly give the player a notification, like through YEP_Gab windows)
(I am using YEP_ItemCore, and I have Weapons and Armor set to be independent.)
