(Formerly part of GetGameParameter, which is now obsolete)
readonly static int Game.CharacterCount
Returns the number of characters in the game.
This is useful for script modules if you need to iterate through all the characters for some reason.
Example:
Display("The game has %d characters.", Game.CharacterCount);
|