• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Easy question, what I can't handle

Status
Not open for further replies.
Level 2
Joined
Jul 4, 2009
Messages
7
I have trigger like this:

Events:
Unit - A unit owned by Player 12 (Brown) Is attacked

Conditions:

Actions:
Unit - Order (Attacked unit) to Attack (Attacking unit)

Here is my ''easy'' question:
How I can make that if the attacked unit is already attacked so the unit doesn't switch the target! Or can I make somehow trigger like player 12 sees unit order to attack sawed unit, or something like that.
Thanks!

-BloodClud
 
Level 6
Joined
Apr 23, 2008
Messages
263
add action
unit - set (attacked unit's) custom value to (some number)

then add condition
(attacked unit's) custom value not equal to (the number you chose)

this should prevent the already ordered unit to not be ordered again
 
Level 2
Joined
Jun 25, 2009
Messages
19
Possible better solution:

  • (Current order of (Attacked unit)) Not Equal to (Order(attack))
 
Status
Not open for further replies.
Top