Invoke Method returns true but hangs on task.

thretch

Member
The Idle task (invokes a method which I have verified via the console actually returns Success), but it just hangs there. Never goes back to the parent Sequence or SEEK or PATROL.

However, if the target goes out of range before Seek completes, it works fine (never reaches Idle).
 

Attachments

  • Annotation 2019-09-19 201203.png
    Annotation 2019-09-19 201203.png
    32.8 KB · Views: 6
Are the tasks being reevaluated correctly? Also, it looks like you have two sequence tasks parented to each other which has no extra effect so you can join them into one
 
Top