- Joined
- Dec 19, 2007
- Messages
- 1,234
Hi friends ^.^ I want to go behind enemy back without his notice.
of course that if you instruct me about how to make triggers that when enemy is back angel to me it make him ignore me and keep walk or do whatever he do.
thank you for reading and have a nice reading of the forum.
A thought - maybe check the area in front of the income unit? please explain how?
of course that if you instruct me about how to make triggers that when enemy is back angel to me it make him ignore me and keep walk or do whatever he do.
thank you for reading and have a nice reading of the forum.
-
a try:
-
Untitled Trigger 001
-
Events
-
Unit - A unit comes within 256.00 of Mountain King 0028 <gen>
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Integer((Facing of (Triggering unit)))) Equal to (Integer((Facing of Mountain King 0028 <gen>)))
-
-
Then - Actions
-
Unit - Order (Triggering unit) to Human Mountain King - Storm Bolt Mountain King 0028 <gen>
-
-
Else - Actions
-
Do nothing
-
-
-
-
A thought - maybe check the area in front of the income unit? please explain how?