InternalScriptMail: Difference between revisions

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

Latest revision as of 16:07, 21 November 2006

Message Layout

{
	InternalScriptMail Medium Trusted Unencoded
	{
		DataBlock			Single
		{	From			Variable 	1	}
		{	To				LLUUID			}
		{	Subject			Variable 	1	}
		{	Body			Variable 	2	}
	}
}

Usage and Notes