GenerateMonsters(monsterTypeID, countGroupsMin, countGroupsMax, countInGroupMin, countInGroupMax);
The question is whether it is possible to link the generation of names for creatures to this function. For example, I want creatures to be given names when they spawn, so that it is possible to interact with them in some way using scripts. Or will I have to create my own spawner for this?