Is there a lua script to get a players level?
e.g. if (pUnit:GetPlayerLevel() >= 70) then
Thanks
Is there a lua script to get a players level?
e.g. if (pUnit:GetPlayerLevel() >= 70) then
Thanks
I think it is:
if pUnit:IsPlayer() then
pUnit:GetLevel() < 70 then
not sure anyway