CreateGroupRequest
Message Layout
{ CreateGroupRequest Low NotTrusted Zerocoded { AgentData Single { AgentID LLUUID } { SessionID LLUUID } } { GroupData Single { Name Variable 1 } { Charter Variable 2 } { ShowInList BOOL } { InsigniaID LLUUID } { MembershipFee S32 } { OpenEnrollment BOOL } { AllowPublish BOOL } { MaturePublish BOOL } } }
Usage and Notes
This message is used to create a new group.
Name - The group name must be between 4 and 35 bytes long and be ASCII encoded. The group name is also required to be unique across all groups.
MembershipFee - The fee for joining the group. Fee must be greater than or equal to 0. Any value below 0 is set at 0.