Enables or disables a privilege for the guild rank being edited. Changes are not saved until a call is made to GuildControlSaveRank()
.
See also Guild functions.
Signature:
GuildControlSetRankFlag(index,
enabled)
Arguments:
index
- Index of a privilege to change (number
)1
- Guildchat listen2
- Guildchat speak3
- Officerchat listen4
- Officerchat speak5
- Promote6
- Demote7
- Invite Member8
- Remove Member9
- Set MOTD10
- Edit Public Notes11
- View Officer Note12
- Edit Officer Note13
- Modify Guild Info15
- Use guild funds for repairs16
- Withdraw gold from the guild bank17
- Create Guild Event
enabled
- True to allow the privilege; false to deny (boolean
)