method CreatureUtil.makeUUID CreatureUtil.makeUUID(creature: Creature): string Generate a UUID for a creature based on its neurons and synapses. If the creature already has a UUID, it returns the existing one. Parameters creature: Creature The creature for which to generate the UUID. Return Type string The generated UUID. Throws Will throw an error if the creature does not have synapses or neurons.