Difference between revisions of "Getgmlevel"

From Hercules Wiki
Jump to: navigation, search
(Created page with "== Syntax == * getgmlevel() == Description == This function will return the level of the account to which the invoking player belongs. == Examples == mes "Your GM l...")
 

Latest revision as of 16:36, 3 October 2013

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