Bigace360 38 Report post Posted February 18, 2013 Author: Bigace360Type: Shop SystemVersion: 1.00 Introduction History versions=Versions 02.17.2013 (v1.00) – Finished ScriptFeatures Sells Skills to teach Actors Make it so any actor can learn any skill Make skills class specific Easy to configure then most skill shops I've seen Now skills can be level specific Sort skills in 6 different ways Instructions In order to call this script, you use this line: $scene = SkillShop.new([skill id's go here]) Example:$scene = SkillShop.new([1, 2]) will make a shop with the skillsHeal and Great Heal In order to sell all skills without having to list every skill ID, call this script: skills = [] (1...$data_skills.size).each {|i| skills << i} $scene = Scene_SkillShop.new(skills) Screenshots Script Download Compatibility Requires the script 'Scene_Base' v1.4 or higherRequires the script 'Scene_ShopBase' v1.04 or higher[table=Credits and Thanks] Bigace360, for the script. Share this post Link to post Share on other sites