Getgmlevel

From Hercules Wiki
Jump to: navigation, search

Contents

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