Visya
Member
- Oct 26, 2018
- 168
- 113
- 189
You can use the console for it. The code is:Is there a way to reset traits without restarting a game? (for change her personality)
To remove a trait
$game_player.actor.remove_state(TraitNumber)
to add a trait
$game_player.actor.add_state(TraitNumber)
But yeah it's better to just start a new game instead. Or try to rebirth