• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Condition Help

Status
Not open for further replies.
Level 6
Joined
Sep 17, 2005
Messages
276
well... thats not so easy as it seems...

anyway here is what i found for you - otherwise you have to use variables where u set for example a boolean HeroHasSpellX to true and check this then...

Code:
---HERO SKILL COMPARISON---
<<works only with heroes i think>>
(Learned Hero Skill) Equal to xxxxxx

---BOOLEAN COMPARISON---
<<well... only for abilities with buffs>>
((Triggering unit) has buff xxxxxx) Equal to True

---INTEGER COMPARISON---
<<hopefully the best solution - try it out ^^ >>
(Level of xxxxxx for (Triggering unit)) Greater than 0

well thats what i found... gl :wink:
 
Status
Not open for further replies.
Top