How to clear an event?

eric

New member
I set up a tree that runs until I receive an event. When the event comes in everything happens as I want it. However the has received event never resets so I can never receive a second event. Essentially that portion of my sequence becomes dead to me. Is there a way to clear events?

I tried to write my own event task, but it doesn't seem to be be picked up by behavior designer like my custom actions were.
 
Last edited:
Are you saying that the Has Received Event task is not responding to the event again? After the event is received and the task completes it should reset and be able to receive the events again.
 
Top