When I press a button, I want to deactivate a behavior for 1 second. How would I do that? Thanks in advance!
Look at using a timer.
When the button is pressed - deactivate behaviour and start/reset the timer.
In another event, when the timer value is greater than 1 - reset the timer, pause it and activate the behaviour
Thank you so much, this is really helpful!