Difference between revisions of "ScriptDialogReply"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 20: Line 20:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used with [[llDialog]]. Reply to [[ScriptDialog]]
Used with [[llDialog]] and [[llTextBox]]. Reply to [[ScriptDialog]]


[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 04:07, 26 January 2013

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 and llTextBox. Reply to ScriptDialog