AcceptFriendship

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	AcceptFriendship Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID  }
		{	SessionID	LLUUID  }
	}
	{
		TransactionBlock	Single
		{	TransactionID	LLUUID	}
	}
	{
		FolderData			Variable
		{	FolderID		LLUUID	} 
	}
}

Usage and Notes