SetScriptRunning

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SetScriptRunning	Low	 	NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		Script			Single
		{	ObjectID	LLUUID	}
		{	ItemID		LLUUID	}
		{	Running		BOOL	}
	}
}

Usage and Notes