- Joined
- Dec 19, 2014
- Messages
- 34
I'm making patrol triggers based on this type of command, and it's not always working. They triggers are identical except for which regions they reference, but the unit patroling only work for some regions and not others. Even if the region doesn't trigger a patrol to the next one, I can manually trigger the conditions by selecting the unit and telling him to go in manually. What gives?
-
Patrol3
-
Events
-
Unit - A unit enters Region 004 <gen>
-
-
Conditions
-
((Region 004 <gen> contains Winter Guardian 0086 <gen>) Equal to True) or ((Triggering unit) Equal to Winter Guardian 0086 <gen>)
-
-
Actions
-
Set TempPoint = (Center of Region 005 <gen>)
-
Unit - Order Winter Guardian 0086 <gen> to Attack-Move To TempPoint
-
Custom script: call RemoveLocation (udg_TempPoint)
-
-