Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 695 Bytes

File metadata and controls

40 lines (21 loc) · 695 Bytes

level

English

Check the character's current level.

!> The level must be visible in the Skills window for it to work.

Portuguese

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

  1. if level is higher or equal than 8, go to the waypoint with label named leavehunt.
if (level() >= 8) then gotolabel(leaveHunt)