Reply To: (FSM) Concurrent Action conditions?

NodeCanvas Forums Support (FSM) Concurrent Action conditions? Reply To: (FSM) Concurrent Action conditions?

#10898
wf
Participant

Thanks for the response Gavalakis. Hope I can explain this clearly.
I basically want to make a scheduler that runs tasks on a delay. Similar to MonoBehaviour.Invoke(task, delayTime)

For example:

The normal action state sends an event and continues it’s normal flow

Concurrent state receives the event, waits a few seconds, does what it needs to and ends