Sets the officer note for a guild member
See also Guild functions.
Signature:
GuildRosterSetOfficerNote(index,
"note")
Arguments:
index
- Index of a member in the guild roster (between 1 andGetNumGuildMembers()
), or 0 for no selection (number
)note
- Note text to set for the guild member (up to 31 characters) (string
)