LEARN CONDITION FORMULAS

RPG Maker VX Ace

Set custom conditions for learning or forgetting skills

This script allows you to specify custom conditions that must be met in order
to learn a skill or forget a skill

There are three types of conditions available

1. Required conditions
2. Learn conditions
3. Forget conditions

Required conditions are conditions that must be met before you can
potentially learn the skill. By default, level is a required condition. This
script allows you to specify additional required conditions

Learn conditions are conditions that must be met in order to learn the skill.
The learn condition is only checked when all required conditions are met. It
is only checked once: if you did not meet the learn conditions when all
required conditions are met, then that learning object expires and you won’t
be able to learn from that object again.

However, you can have multiple copies of a learning object with different
required conditions so that the actor has multiple chances at learning the
skill.
conditions are conditions that must be met in order to forget the skill.
Once this condition has been met, the actor will forget the skill.

A single learning can have all three types of conditions, for example if you
learn a skill at level 5, but then forget it once you reach level 10.

Download

Get it at Hime Works