Getmapusers

From Hercules Wiki
Revision as of 08:55, 24 June 2013 by Neqste (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

getmapusers ("<map name>")

Description

Returns the amount of persons from the given guild that are on the given map.

Example

//Will set the @persons variable to the amount of persons from the guild
//which ID's = 10 and are at prontera.
  set @persons,getMapGuildUsers("prontera",10);