Getgmlevel

From Hercules Wiki
Revision as of 16:36, 3 October 2013 by Dastgirpojee (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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