LlTriggerLandmark
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Contents |
Description
Function: llTriggerLandmark( key landmark );| REQUEST | Function ID |
| 5.0 | Delay |
| 100.0 | Energy |
Allows a script to trigger the activation of a specific landmark, as identified by it's UUID, and teleport an avatar/user to the defined destination.
| • key | landmark | – | The UUID of a pre-existing landmark |
Caveats
- This function causes the script to sleep for 5.0 seconds.
- Function is automatic if teleporting to a landmark already contained within the user's inventory
- Provides standard Landmark Dialog if landmark does not exist within the user's inventory
This function might also require a specific permission to be set in order to function (to help prevent abuse).

