kts.GetMonsterCount – count how many monsters of a given type are currently in the dungeon
result = kts.GetMonsterCount(monster_type)
Given a MonsterType, returns the number of monsters of that type that currently exist in the dungeon.
A number (non-negative integer) is returned.
If the input is not a MonsterType then an error is raised.