Search the Commands

Home  All  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 

Details for command getgmlevel:
 
* getgmlevel();
 
This function will return the GM level of the account to which the invoking
character belongs. If this is somehow executed from a console command, 99 will
be returned, and 0 will be returned if the account has no GM level.

This allows you to make NPC's only accessable for certain GM levels, or behave
specially when talked to by GMs.

if (getgmlevel()) mes "What is your command, your godhood?";
if (getgmlevel()) goto Wherever;

Valid XHTML 1.0 Strict Valid CSS!