public override void Action(CommandCaller caller, string input, string[] args) { RPGPlayer character = caller.Player.GetModPlayer <RPGPlayer>(); character.RecalculateStat(); }