Based on Shaz's script call, but I didn't want to use variables so I came up with this:
I want actor 3 to have the same name as actor 1, but actor 3 gets named "Object object" when I use the script call.
I don't want to use variables because the player will input the actor's name, which I want another actor to also have for later in the game.
$gameActors.actor(1).setName($gameActors.actor(3))
1 is actor 1, 3 is actor 3.
1 is actor 1, 3 is actor 3.
I want actor 3 to have the same name as actor 1, but actor 3 gets named "Object object" when I use the script call.
I don't want to use variables because the player will input the actor's name, which I want another actor to also have for later in the game.