• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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