llMapDestination

llMapDestination(string simname, vector position, vector lookat) Shows a given location on the map. Works in attachments, or during touch events. Currently the function will open the map window whenever it is called. There is no way to simply set the map position...

llSetDamage

llSetDamage(float damage) Sets the amount of damage that will be done to an avatar that the scripted object collides with. The scripted object will die (be deleted) immediately on colliding and no event handlers will be executed first. damage is a percentage (0...

Damage

On land parcels with the damage option enabled, avatars can be damaged and killed (which simply teleports them to their home location, similar to llTeleportAgentHome). The current health of an avatar is...

Controls

Controls can be various things in the metaverse, from UI elements to functions to events to constants. The avatar and camera can be specifically controlled through LSL but another type of...

Teleport

In the metaverse, a teleport allows users to move from one region/sim to another without crossing a sim boundary or moving within a sim. By default, users are able to teleport directly to any coordinate within the grid. To...