I have my project set up to spawn an object every 3/variable seconds, this is so I can increase/decrease/stop the speed of the spawner when a certain events are triggered.
This works fine the first time around but when the layout is reset (go to layout is the same) the spawner doesn't trigger at all. when I remove the /variable then everything works as expected.
I have made sure the variable resets (as I realize dividing by 0 would cause this), and the objects to be spawned are on the layout when it resets.
ps. Thanks for all the help so far, I will pay it forward as I get more knowledgeable.