llTeleportAgent

From Second Life Wiki
Revision as of 16:17, 4 February 2007 by Aster Lardner (talk | contribs) (Desired llTeleportAgent Function Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: llTeleportAgent( key id, string simname, vector pos, vector look_at );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Teleports agent id to location pos.

• key id
• string simname
• vector pos
• vector look_at

Caveats

  • This function causes the script to sleep for 0.1 seconds.Agent must be the script owner or on script owner's land.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

This would be extremely useful in complex builds and HUDS. NOTE: look_at is included to match llMapDestination's look_at possible future functionality, which currently does nothing.

Deep Notes

Search JIRA for related Issues

Signature

function void llTeleportAgent( key id, string simname, vector pos, vector look_at );