AvatarStatisticsReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	AvatarStatisticsReply Low Trusted Zerocoded
	{
		AgentData		Single
		{	AgentID			LLUUID		}
	}
	{
		AvatarData		Single
		{	AvatarID		LLUUID		}
	}
	{
		StatisticsData	Variable
		{	Name			Variable 1	}	
		{	Positive		S32			}
		{	Negative		S32			}
	}
}

Usage and Notes