WoW:API UnitLevel
Jump to navigation
Jump to search
Retrieves the unit's level. unit being target,party,pet etc.
EX:
/script SendChatMessage("Level "..UnitLevel("target"));
will say, if your targeting a lvl50: Level 50
(sorry for the bad format and all, but wanted to get something up)