ScriptTeleportRequest: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
|||
| 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)