- Joined
- Oct 13, 2015
- Messages
- 151
- Reaction score
- 38
- First Language
- English
- Primarily Uses
So I'm looking for a way to make it so that you are only able restore your skill points when you rest at an inn. I've scoured the internet trying to find a solution, but have come up empty handed. Does anyone know how I could accomplish this?
Here is a link to the Plugin:
http://yanfly.moe/2016/01/09/yep-56-limited-skill-uses/
After updating the plugin and using this code
$gameParty.recoverLimitedSkillUses();
$gameActors.actor(X).recoverAllLimitedSkillUses()
(^- X = the id of the actor.)
It works!
Here is a link to the Plugin:
http://yanfly.moe/2016/01/09/yep-56-limited-skill-uses/
After updating the plugin and using this code
$gameParty.recoverLimitedSkillUses();
$gameActors.actor(X).recoverAllLimitedSkillUses()
(^- X = the id of the actor.)
It works!
Last edited by a moderator:
