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! :)
(Solved)Transfer level, equipment and skills from one actor to another
● ARCHIVED · READ-ONLY
-
-
$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. -
@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?

-
Sorry, accidentally typed "==" instead of "=".
"=" is assignment, "==" is "is equal to" :D -
@Poryg yeeeah it worked! thanks a lot! :)
-
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.