CreateGroupRequest

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Charter - The character can be up to 511 bytes long.

InsigniaID - The asset ID of the texture you want to have be the insignia for this group.

MembershipFee - The fee for joining the group. Fee must be greater than or equal to 0. Any value below 0 is set at 0.

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.