I'm having problems with an object.
Object is berry bush
Berry bush has a boolean called "Berry" set to false.
False = Frame 0
True = Frame 1
If "Berry" is false, wait 5 seconds and set "Berry" to true.
Left mouse click on Berry bush while player is overlapping sets "Berry" to false.
The initial "Wait 5 seconds set to true" is fine. After i left click the bush, sometimes the frame will flash from Frame 0 back to Frame 1 in less than 1 second. Sometimes it will wait 2 to 3 seconds. Rarely does it wait the 5 seconds like I have set in the events. Any ideas?