Difference between revisions of "ScriptDialogReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
m
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 21: Line 20:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used with [[llDialog]]. Reply to [[ScriptDialog]]
[[Category:Messages]]
[[Category:Messages]]

Revision as of 13:39, 3 December 2010

Message Layout

{
	ScriptDialogReply Low NotTrusted Zerocoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		Data	Single
		{	ObjectID	LLUUID			}
		{	ChatChannel	S32				}
		{	ButtonIndex	S32				}
		{	ButtonLabel	Variable 1		}
	}
}

Usage and Notes

Used with llDialog. Reply to ScriptDialog