Quote Originally Posted by 'Tasty',index.php?page=Thread&postID=128575#post12 8575
As far as I can see theres no function to tell you how many are left, there is a way to see if you have Any left though. Dunno if thats any good to you.

local status = CanGrantLevel("target")
if status then
ChatFrame1:AddMessage("I can grant levels to my friend!")
else
ChatFrame1:AddMessage("I am out of free levels for now.")
end
sweet, thanks. that's pretty good for starters ;-)
I'll check if i can find any related stuff.

Cheers,
-Zub