// Get oTarget's base fortitude saving throw value (this will only work for // creatures, doors, and placeables). // * Returns 0 if oTarget is invalid. int GetFortitudeSavingThrow(object oTarget);
Community content is available under CC-BY-SA unless otherwise noted.