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