Try these commands (Note: be sure to use all 4):KK thanks, a bit of a long process though, lmao~ I've started a new save, and gave trait-points back via commands. I'm still trying to get back to pre-Deepone status, like where I was before.
$game_player.actor.race = (Race)
I pulled this off of the wiki, to try making Lona a Deepone again; do you know what you punch into (race) to turn her into that- (Deepone) and (deepone) don't seem to work, and there is no trait ID listed for it on the wiki.
Thanks!
Code:
$game_player.actor.record_lona_race = "PreDeepone"
$game_player.actor.stat["Race"] = "Human"
$game_player.actor.race = "Human"
$game_player.actor.add_state(53)
P.S: This is just a subset of what Modular Cheat Mod can do
Last edited: