Difference between revisions of "ScriptDialog"

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

Latest revision as of 08:55, 16 October 2009

Message Layout

{
	ScriptDialog Low Trusted Zerocoded
	{
		Data	Single
		{	ObjectID	LLUUID			}
		{	FirstName	Variable	1	}
		{	LastName	Variable	1	}
		{	ObjectName	Variable	1	}
		{	Message		Variable	2	}
		{	ChatChannel	S32				}
		{	ImageID		LLUUID			}
	}
	{
		Buttons	Variable
		{	ButtonLabel		Variable	1	}
	}
}

Usage and Notes

Used with llDialog