• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Ability level detection

Status
Not open for further replies.
Level 19
Joined
Nov 16, 2006
Messages
2,165
There is,
use conditional integers.
  • (Level of Avatar for (Picked unit)) Equal to 1
This is an example, I guess you'll find the other ways out too.

of course you can use another way, using a variable (or local if you'd know it) :
  • Set integer = (Level of Avatar for (Picked unit))
And then you can display it, or use it where you want.
 
Status
Not open for further replies.
Top