(Solved) Creating a new item

Hi. I’m doing a where a duck is building a nest. The objective is to pick up a certain amount of sticks and leaves to build a nest. I’ve made it so the duck can pick them up and disappear, but when it starts creating them it just goes crazy and makes a million of them. Should I delete the times where it says reset timer. I’ve attached a screenshot of the problem.

It creates a million of them because you don’t have a trigger once condition.
You need to use a trigger once condition.

Thank you! I thought that might be it, but after spending so much time working on this code it was hard to see the simple fix. That totally makes sense now.