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
21:15:40 Out of path-planning region for C Alpha 1-2:1 at 3105.0,3658.0, node type Road
21:15:40 Error C Alpha 1-2:1: Invalid path from [3103.50, 13.18, 3658.50] to [3094.86, 13.63, 3661.11].
seems to show when civs dont start patrols
The text was updated successfully, but these errors were encountered:
Fusselwurm
changed the title
"Out of path-planning region" - probable cause for civs not starting on their patrols
"Out of path-planning region" - probable cause for some civs not starting on their patrols
Jun 6, 2020
It is actually possible to attach "PathCalculated" EH to every unit (dont need agents for that!) - and it's easy to identify failing units by them not triggering the event in a timely manner.
this addEventHandler ["PathCalculated", {
params ["_agent", "_path"];
}];
seems to show when civs dont start patrols
The text was updated successfully, but these errors were encountered: