Skip to content
Haru edited this page Oct 19, 2016 · 1 revision

Table of Contents

Syntax

Description

This command will find all members of a specified guild and returns their names (or character id or account id depending on the value of "type") into an array of temporary global variables.

Upon executing this,

$@guildmemberaid&#91&#59;&#93&#59;   is a global temporary number array which contains the 
                     account id of these guild members.
                     (only set when type is 2)

$@guildmembercount   is the number of guild members that were found.

The guild members will be found regardless of whether they are online or offline. Note that the names come in no particular order.

Be sure to use $@guildmembercount to go through this array, and not 'getarraysize', because it is not cleared between runs of 'getguildmember'.

Example

For usage examples, see 'getpartymember'.

See Also

Category:Script Command
Clone this wiki locally