Difference between revisions of "ScriptAnswerYes"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 20: Line 19:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Used by client to grant script run-time permissions.
TaskID = The prim containing the script
ItemID = The script's inventory ID
Questions = The permissions mask to set
[[Category:Messages]]
[[Category:Messages]]

Revision as of 06:01, 9 June 2008

Message Layout

{
	ScriptAnswerYes Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}			   
	{
		Data	Single
		{	TaskID			LLUUID	}
		{	ItemID			LLUUID	}
		{	Questions		S32	}
	}
}

Usage and Notes

Used by client to grant script run-time permissions.

TaskID = The prim containing the script

ItemID = The script's inventory ID

Questions = The permissions mask to set