Shanghai Simple Script - Skill Shopmade by Shanghai
I didn't like Nechi's version so I made my own.
Link/ScriptClick hereIntroductionBuy skills for your actors like you buy items. With money.
How to UseCODE
<buy cost: x>
Sets the price for how much the skill sells for.
CODE
<buy class: x>
<buy class: x, x, x>
The classes that are allowed to buy this skill. If nothing is used, then all all classes are allowed to buy it.
CODE
<buy actor: x>
<buy actor: x, x, x>
The actors that are allowed to buy this skill. No changes if nothing is used.
CODE
<buy level requirement: x>
The required level in order to buy this skill.
To launch the skill shop, type something like the following in a script call on the map.
CODE
skills = [1, 2, 3, 4, 33..40, 41..80]
$scene = Scene_SkillShop.new(skills)
CompatibilityThis script is not compatible with people who can't read simple instructions.
For more Shanghai Simple ScriptsVisit Here.