AddModifyAbility: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
mNo edit summary
 
(No difference)

Latest revision as of 15:47, 21 November 2006

Message Layout

{
	AddModifyAbility Low Trusted Zerocoded
	{
		TargetBlock			Single
		{	TargetIP		IPADDR	}	
		{	TargetPort		IPPORT	}
	}
	{
		AgentBlock			Single
		{	AgentID			LLUUID	}
	}
	{
		GranterBlock		Variable
		{	GranterID		LLUUID	}
	}
}

Usage and Notes