SOUL ENGINE ACE – SKILL TEACHER ITEMS

RPG Maker VX Ace

This script allows the developer to place in skills that can teach skills to the target when the skill is used.

Soul Engine Ace – Skill Teacher Items
Author: Soulpour777
Version 1.0
Script Type: Database Scripts

Description:
This script allows the developer to place in skills that can teach skills to the target when the skill is used. For example, if Eric uses “Raise Ritual”skill to Ernest, Ernest will soon learn the skills indicated by the Raise Ritual Skill (which is tagged with the script’s note tag).

Note Tags:

Place this note tag on your Skills.
<teach skill: x>
for a single skill. You can also do plural teaching by doing this:
<teach skill: x, y, z>
where x, y and z are the skill ids of the ones you want the target to learn.
Example: <teach skill: 1, 2, 3>