A B C D E F I J K L M N O R S T U V W

llOwnerSay

llOwnerSay(string message) Says message to only the owner of the object running the script if the owner has been within the object’s simulator since logging into Second Life, regardless of where they may be in-world. Note: When the owner is not in the same sim...

llPointAt

llPointAt(vector pos) Depreciated in LSL. never implemented in OSSL. Makes the object owner’s avatar point towards position pos. Use llStopPointAt to stop pointing. Note: This function is still broken as of 1.6. It...

llReleaseCamera

llReleaseCamera(key agent) A FollowCam function that returns the camera to the key agent after permission to change it with llSetCameraParams has been granted via llRequestPermissions(agent_key,...

llReleaseControls

llReleaseControls() Releases control previously taken with llTakeControls. Note: releasing control will unset PERMISSION_TAKE_CONTROLS. To take control again, re-request the permission with llRequestPermissions. Q: If you call release controls and...

llRequestAgentData

key llRequestAgentData(key id, integer data) This function requests information of type data (see constants below) about agent id. The information is returned via the dataserver event. The key returned by this function is the query id for the dataserver event. id must...