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,...

llGetCameraRot

rotation llGetCameraRot() Returns the rotation of the camera of the user who’s granted this script PERMISSION_TRACK_CAMERA. If no user has granted the permission, it returns ZERO_ROTATION. The key of the user whose camera is being...

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...

Threat Level

To permit region owners to enable the extended scripting functionality of OSSL, without allowing malicious scripts to access potentially troublesome functions, each OSSL function is assigned a threat level, and access to the functions is granted or denied based on a...

llSetCameraParams

llSetCameraParams(list rules) Sets multiple camera parameters at once. List format is [rule1, value1, rule2, value2 . . . ruleN, valueN] Requires PERMISSION_CONTROL_CAMERA. The agent/avatar camera function targets the agent that gave PERMISSION_CONTROL_CAMERA to the...