What's wrong in this action?

local stamina = tonumber(getuseroption("Stamina"))
if $stamina < stamina * 60 then
gotolabel(0,"Trainer")
return
end


The bot points nil value errors, do not know what it means, someone could help me ? thank you!