Difference between revisions of "ScriptTeleportRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 16: Line 15:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Sim->viewer message to 'suggest' a place to teleport (in the official viewer this opens the map and a beacon), triggered by an LSL script (with [[llMapDestination]])
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 06:21, 9 June 2008

Message Layout

{
	ScriptTeleportRequest Low Trusted Unencoded
	{
		Data	Single
		{	ObjectName		Variable	1	}
		{	SimName			Variable	1	}
		{	SimPosition		LLVector3		}
		{	LookAt			LLVector3		}
	}
}

Usage and Notes

Sim->viewer message to 'suggest' a place to teleport (in the official viewer this opens the map and a beacon), triggered by an LSL script (with llMapDestination)