ScriptAnswerYes

From Second Life Wiki
Jump to navigation Jump to search

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, in reply to ScriptQuestion.

TaskID = The prim containing the script

ItemID = The script's inventory ID

Questions = The permissions mask to set

Related Messages

RevokePermissions