Getgroupid
From Hercules Wiki
Revision as of 16:36, 3 October 2013 by Dastgirpojee (Talk | contribs)
Getgroupid is the new getgmlevel as the gm level system has been rewritten to fit for group id's.
Contents |
Syntax
- getgroupid()
Description
This function will return the id of player group the account to which the invoking player belongs.
Examples
mes "Your group ID is: " + getgroupid(); close;