You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);