%filterNotGroup()

Aliases%filterNotGroup( )
Parametersarray @characters, character @control

    This function returns an array consisting of all the characters found in
the given characters array that are NOT members of the group defined by
the given control character entity. This can be used to get only the
non-group members in the current room, zone, or whatever. All entities in
the characters array should be pointers and will more than likely have
been retrieved from one of the %xxxGetMobs() functions (where xxx is room,
zone, area, etc). The array of entities returned will be indexed from 1
onward.

Example:

@notMembers = %filterNotGroup( %roomGetMobs(), @n )