Character Transformations

● ARCHIVED · READ-ONLY
Started by UindoOokami 6 posts View original ↗
  1. I couldn't find anything that did what I wanted. A script that useing a skill transformed a actor into a driffrent actor, my main character is simi-possessed by a demon and after a point in the game is able to control the demon at will.

    I bacisly want a script that maintains level but swaps graphic, class, name, equipted weapons, skills.

    any help would be great.
  2. Actually, I'm pretty sure you can do all of that through events without having to use a script at all.
  3. Yes. Create a skill whose Effect triggers a Common Event.

    Then within that Common Event. Create a variable and set it to the original actor's level.

    Then, swap the actor in this Common Event to the "Demon Form".

    Then, set the new Actor's level to the variable.

    New Actor, same level.

    When the battle ends, just change the actor back to the original actor.
  4. my games party has about 6 people in it at max. using events, after transformation that character would get pushed to the back???
  5. Well, I don't think that's really a big problem, since the player can just rearrange the party formation to keep this character at the front if they want to.