one more random question, hopefully this one will be a little simpler
I’m making a node that materials will spawn on after a period of time. When the material is ready to be harvested, I want users to be able to press it to gather the item and set the animation of the node to “empty”, and then if they press it again it will switch to a “growing” animation. (I know that’s kind of dumb gameplay wise but for now that’s what I’m going for lol)
My problem is that even with trigger once on the relevant events, pressing the node bursts through all actions and immediately starts it growing again, because all conditions are being met and all actions happening before the player would stop pressing the object.
I was wondering about adding a 1 second timer that would have to pass before the next action can happen, giving people time to stop pressing, but I’m afraid quick clickers will feel like it’s delayed or buggy. Is there any other way to go about something like that?