Getting a new issue that might stump me for awhile, picked count will pick the correct number of instances colliding with AIGroup,
But occasionally it'll add 1 extra to that count, this is a tad annoying.
Instances dont overlap it again, it just adds one to the final count.
The event is triggered once for all overlapping instances,
Oh it also SPAWNS IN with a count of 1, despite not overlapping any AI yet.
My temporary fix is to just -1 from the final count and double check that its for each group rather than all of them, I feel like this is running from the issue and not actually fixing it,
Any ideas?