I set my delay for 6 minute....But I dont get a 6 minute delay..why?

So for instance I have an enemy spawner set up with a delay node to delay for 6 minutes and 40 seconds (400 seconds) but It doesnt even com close. I think its like 5 minutes something it spawns. Am I missing something. are delay node dependent on FPS? because this time varies every time I’ve timed it. Any help would be great I really would like to have a specific time on my spawns. Thanks in advance.

Does a spawner spawn multiple enemies but only have one delay node?

You can’t reuse the same Delay node while it’s already counting. If you want separate delays for each spawned enemy, you better put it in the enemy class so that every instance would count for itself.

Yea, I never thought of that. So that’s why I get the weird timer then?