Try putting a tag on all of your creature spawners, then subscribing SpawnedEvent and eliminatedEvent for each tagged spawner. You can then add the spawned Agent to an array when spawned in, and remove when eliminated. Then you can just reference your Agent array when you want to access all the creatures.