// Get an integer between 0 and 100 (inclusive) to represent oCreature's // Law/Chaos alignment // (100=law, 0=chaos) // * Return value if oCreature is not a valid creature: -1 int GetLawChaosValue(object oCreature);
Community content is available under CC-BY-SA unless otherwise noted.