Skill Points Spending System
Version: 2.0
Author: albertfish
Date: December 3, 2009
Version History
- Version 2.0: December 3, 2009
- Added a stat maximum
- Added ability to set, add or subtract stats from a skill at any point
- Added ability to set, add or subtract a skills max stat at any point
- Added ability to add or remove new skill to a single character
- Fixed a bug that prevented you from receiving points upon leveling up - Version 1.0: September 13, 2009
- Initial release
Planned Future Versions- No planned future versions at this point. However, if you have a suggestion on what to add it could be added to a future version.
Description
This is a point spending system that allows you to add points to skill areas. For example cooking, or stealth.
Features- Customizable skill types
- Add as many skills as you want
- Customizable number of points per level
- Customizable number of initial points
ScreenshotsInstructionsUsage Instructions:[/list]
To get the number of skill points for any given skill, use this command:
$game_party.skills("Actors name", "Skill name")
The actors name and the skill name must be contained inside the quotation marks. Also this command is case sensitive.
To use this command via an event script call you will need to storethis data in a game variable. To do this use this code in the script box.
a = "Actor Name"
s = "Skill Name"
num = $game_party.skills(a, s)
$game_variables[#] = num
Where # is the number of the variable you want to store it in.
To call the menu script type: $scene = Scene_SkillPoint.new
Install Instructions: Place this script above the main script and below the default scripts.
Script
Please see the attached script or the demo!
Credit
Thanks- phillip1756 for requesting the script
- Mr_Wiggles for requesting additional features and informing be of a bug
Support
If you need to contact me you can send me a pm.
Known Compatibility IssuesNo compatibility issues found yet.
Demo
There is a demo available! The demo is attached to this post.
Author's Notes
If you discover any bugs, please pm me or post the bug here! Thanks.
Enjoy
.
RestrictionsYou may use this in your game commercial or non-commercial as long as proper credit is given.[/list]