ScriptTeleportRequest

From Second Life Wiki
Jump to navigation Jump to search

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)