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
string osAESEncrypt(string secret, string plainText)
float osAngleBetween(vector a, vector b)
integer osClearObjectAnimations()
string osDrawFilledEllipse(string drawList, integer width, integer height)
void osSetParcelMediaURL(string url)
void osLoopSoundMaster(integer linknum, string sound, float volume)
void osSetSpeed(string UUID, float SpeedModifier)
float osGetTerrainHeight(integer x, integer y)