RGSS3 – ELIMINATE WEAKER SPELLS

RPG Maker VX Ace

Eliminate weak spells, master higher spells!

RGSS3 – Eliminate Weaker Spells
Version 1.0
Author: Soulpour777
Web URL: infinitytears.wordpress.com
Date of Script: 3:32PM, March 22, 2014 (Philippines)

Description:
This script eliminates the lower skills indicated by the developer whenever the greater skill has been learned. For example, if Eric has a skill Heal I and learned a skill called Heal II, automatically, Heal I is removed from his skill list, as to it is a weaker version of the latter. The skills can be configured in the script as well.

Instructions of Script Installation:
Place the script below Materials above Main.

Usage:
Remember that when you are going to add skills to be overwritten, add a comma:
Skill_Overwrite {
Skill_ID => Removed_Skill, # the skill shall replace the removed skill
Skill_ID => Removed_Skill, # the skill shall replace the removed skill
Skill_ID => Removed_Skill
} # end of hash.