kts.GetTotalMonsterLimit – get the limit on total number of monsters
limit = kts.GetTotalMonsterLimit()
Returns the current "total monster limit" as set by the kts.LimitTotalMonsters function. See the description of that function for more details.
Returns either a non-negative integer or nil
(the latter indicates that no total monster limit is currently set).
None.