AddModifyAbility

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

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

Usage and Notes