This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from Providence932: GoSilly question here Trying to figure out how to have a trigger first determine if an order is place within any point in a region. Trigger should perform Events A unit is issued an order Actions If the order is within specific region perform actions Thanks
Silly question here
Trying to figure out how to have a trigger first determine if an order is place within any point in a region.
Trigger should perform
Events A unit is issued an order Actions If the order is within specific region perform actions
Thanks
You should use a condition for that, that goes:
If (Target Point for (Triggering Order) is in XYZ Region) == true
first look under Region, and look for Point is in Region.
and then change the Point value to Target Point for Triggering Order
voila!
You should use a condition for that, that goes:
If (Target Point for (Triggering Order) is in XYZ Region) == true
first look under Region, and look for Point is in Region.
and then change the Point value to Target Point for Triggering Order
voila!