• 🏆 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!

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