Ok, I made some custom things and the perfect place is in Ilshenar but I do not want the main guy to be able to become a paragon. Obviously public override bool IsParagon => false; does not work because I would not be here if it did. I also tried public override bool Paragon => false; which gave...