You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
By default the pathfinding only starts when the entire command list of the event has finished. It would be interesting to add an option to execute the pathfinding instantly after the plugin command is trigged in the command list of the running event. In addition, an option for the command list of the event wait the end of execution of the pathfinding to continue.
Additional context
This could cause the event processing never continue if the pathfinding never reach its destination, but that would be the user's problem. I can't think a solution here other than setting a limit on attempts to reach the destination.