Im need macro when stamina is lower than 30h go to label(offskill), when is more than 30h go to label(start2).
im try did it:
Self.StaminaMins()<=1800
CaveBot.GoLabel(offskill)
Self.StaminaMins()>1800
CaveBot.GoLabel(start2)
but doesnt works
full check label is possible with stamina?
im try did it:
Self.StaminaMins()<=1800
CaveBot.GoLabel(offskill)
Self.StaminaMins()>1800
CaveBot.GoLabel(start2)
but doesnt works
full check label is possible with stamina?
![[Image: 8bf46ea097.gif]](http://img40.imageshack.us/img40/9269/8bf46ea097.gif)