Mix Skills SystemVersion 1.1
by Woratana
Release Date: 26/05/2008
IntroductionThis script is requested by Rast.
It is the system that allow you to mix 2 or more skills to get 1 or more skills.
You can create unlimited recipes, and each recipe you can set what actor can/cannot use.
You also can edit text in the mix skills system's windows easily in SETUP PART.
Enjoy~
FeaturesCODE
# - Mix 2 or more skills to get new skill(s)
# - Choose actor(s) that can/cannot use each recipe
# - Choose to just add new skill(s), or remove skills you used for mix too.
# - Easy to edit text in Mix Spell System windows
Screenshots
DemoHere is demo that will show you how to call/setup this script.

ScriptPlace it above main
VX_MixSkill10.txt ( 12.58K )
Number of downloads: 491
InstructionCall Scene_MixSkill by call script:
CODE
$scene = Scene_Mixskill.new
The instruction to setup script is included in the script.
Author's NotesFree for use in your work if credit is included.
Bug Report?Please give me these informations:
QUOTE
- What is it says in error window?
- When is it get error? (Right after run game, when you choose something, etc.)
- Do you have any other scripts running in your game that may crash with this script?