Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llTeleportAgent

LSL
void llTeleportAgent(string agent, string simname, vector pos, vector lookAt)

Requests a teleport of avatar to a landmark stored in the object's inventory. If no landmark is provided (an empty string), the avatar is teleported to the location position in the current region. In either case, the avatar is turned to face the position given by look_at in local coordinates.\ Requires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object.

Parameters

TypeName
string agent
string simname
vector pos
vector lookAt
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL