RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[REQUEST] BOF4 Master system (sorta)

Started by epson777341, July 18, 2007, 04:07:03 AM

0 Members and 1 Guest are viewing this topic.

epson777341

I need:

An event that allows one member of a team to learn skills from a teacher after a certain condition is met
(i.e. Number of steps taken or something like that)

It's like the master system in Breath of Fire 4.
I don't care if you gain boosts when leveling your character or not. Is this possible without  scripting?

modern algebra

Yes, it is very easy.

Basically, make the teacher event like this:

Control Variables:[XXX:Steps] = Other: Steps Taken
Conditional Branch: Variable [XXX:Steps] >= 7000 (limit you want it to be equal to)
    <The event when  you learn the skill>
Else
    Text: You are not ready yet
Branch END