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

llTeleportAgentGlobalCoords

LSL
void llTeleportAgentGlobalCoords(string agent, vector global, vector pos, vector lookAt)

Teleports an agent to the RegionPosition local coordinates within a region which is specified by the GlobalPosition global coordinates. The agent lands facing the position defined by LookAtPoint local coordinates.\ Requires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object.

Parameters

TypeName
string agent
vector global
vector pos
vector lookAt
Energy 10

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

More in LSL