This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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
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
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!
Gosh I feel silly over that. Thank you very much for this bit, I spent way too much time over it.
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!
Gosh I feel silly over that. Thank you very much for this bit, I spent way too much time over it.