osTeleportAgent
OSSLvoid osTeleportAgent(string agent, LSL_Types.Vector3 position, LSL_Types.Vector3 lookat)
Teleports an agent to the specified location
Parameters
| Type | Name | What it does |
|---|---|---|
| string | agent | The avatar. |
| LSL_Types.Vector3 | position | Where to land, region metres. |
| LSL_Types.Vector3 | lookat | Which way to face. |
Example
default
{
touch_start(integer n)
{
osTeleportAgent(llDetectedKey(0), "Wolf Mountain", <128, 128, 30>, <1, 0, 0>);
}
}
Energy
10
OpenSimulator extensions. Some are gated by threat level and a region may refuse them.
More in OSSL
rotation osListAsRotation(list src, integer index)
integer osRegexIsMatch(string input, string pattern)
void osKickAvatar(key agentId, string alert)
string osDrawRectangle(string drawList, integer width, integer height)
vector osGetStandTarget()
list osOldList2ListStrided(list src, integer start, integer end, integer stride)
void osNpcSayTo(key npc, key target, integer channel, string msg)
string osAvatarName2Key(string firstname, string lastname)