(Solved)Transfer level, equipment and skills from one actor to another

● ARCHIVED · READ-ONLY
Started by Amarok 6 posts View original ↗
  1. Hello there, im guessing there must be a way to do this, even trough eventing but i cant figure it out.
    Anyone knows how to achieve this?
    As a bonus, would also be possible to transfer the name of actor? (i mean a custom one given trough the name char command)
    Thanks in advance! :)
  2. $gameActors.actor(1)._name = $gameActors.actor(2)._name.

    Weapons should be the same, it's just _equips instead of _name.
    However, level is not transferrable as far as I know, you'd have to level up the actor.
  3. @Poryg thanks a lot mate! though i tried it and doesnt seem to work. Here is a pic of how im doing it, maybe im doing something wrong?
    7244defa5ba8775dfe048c1fb23c3d95.gif
  4. Sorry, accidentally typed "==" instead of "=".

    "=" is assignment, "==" is "is equal to" :D
  5. @Poryg yeeeah it worked! thanks a lot! :)
  6. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.