Welp, it's me again. I want a character to copy other characters' unique skills.

● ARCHIVED · READ-ONLY
Started by kogunenjou 6 posts View original ↗
  1. Hi, RPG Maker community. n_n /

    I have a mimic character that works similarly to Gogo from FFVI. If you've never played FFVI, first off shame on you, secondly, the player could select the skill sets that Gogo would use, like Edgar's Blitzes or Cyan's Sword Techs. My game doesn't have unique skill sets, but each character does have skills unique to their class. So my end goal with this mimic character is to allow the player to select which class to copy, like soldier, thief, engineer, etc. I'm at a complete loss as to how to do that, or if it's even possible. So any help would be appreciated.
  2. Can you not just use the Change Class command?
  3. If you've never played FFVI, first off shame on you,
    What an opening.


    But yeah, try making a skill for each class that can be copied and make it run a common event that changes the class of the actor
  4. ...Oh. I'm sorry. I completely forgot about that command. :(

    But so that I'm not completely wasting everyone's time, how would I make the Change Class function an option from the main menu?
  5. You'd need to script that one. Yanfly has a class system script.
  6. Gotcha. Thanks for the help.