// Get the ability score of type nAbility for a creature (otherwise 0) // - oCreature: the creature whose ability score we wish to find out // - nAbilityType: ABILITY_* // Return value on error: 0 int GetAbilityScore(object oCreature, int nAbilityType);
Community content is available under CC-BY-SA unless otherwise noted.