You can get around the name, just do this after you assign the name.
(say you assign the name to the first actor, and all the other actors are classes, put this after you choose a class)
$game_actors[X].name = $game_actors[1].name
with X being the actor ID of the class the player has chosen.