Check the character's current level.
!> The level must be visible in the Skills window for it to work.

Checar o level atual do char.
!> O level deve estar visivel na janela de Skills para funcionar.

level()
No Parameters
Return Value
Returns the level upon success, or 0 otherwise.
Examples
- if level is higher or equal than
8, go to the waypoint with label named leavehunt.
if (level() >= 8) then gotolabel(leaveHunt)