Version: 4.1
Introduction
This script allows you to setup skill shops which sells skills. You may have requirements to purchase/learn the skill, such as: amount of exp, exp cost, gold, level, class, other skills.
Screenshots



Demo
http://www.rmxp.org/forums/downloads.php?do=file&id=544
Instructions
Copy the scripts from the demo. You may customize the script in the script
Setup. These lines in the script are commented and tell you the syntax you need to use and explain what each thing does.
To call this script in a call script event command first call
Code:
$game_temp.shop_goods = [[i]skill_ids[/i]]
$scene = Scene_SkillShop.new
replacing skill_ids with the skill ids you want the shop to sell
FAQ
Compatibility
Incompatible with any gradient bar script expect my Animated Gradient Bars They will not be drawn in the Skill Shop Scene since the methods to draw them have been overwritten.
Requires MACL
SDK Part 1
Window Sprites
Credits and Thanks
Author's Notes
If you want me to redesign this script for you then post here/PM me with what It should look like. (and I may do it depending on how busy I am)