How could you change the name of the player's character without using the race menu?
I tried :
Game.GetPlayer().GetBaseObject().SetName("Sam")
and saw that it can't be used on actors or object references - only form
http://www.creationkit.com/SetName_-_Form
How is this done?