AgentAlertMessage

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	AgentAlertMessage	Low	Trusted	Unencoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
	}
	{
		AlertData			Single
		{	Modal			BOOL			}
		{	Message			Variable	1	}
	}
}

Usage and Notes