Skip to content

getgmlevel()

Warning

This page may contain outdated information, incompatible with the current version of Hercules and its coding standards.

Syntax

getgmlevel();

Description

This function will return the level of the account to which the invoking player belongs.

Examples

mes("Your GM level is: " + getgmlevel());
close();

See Also