llAddToLandPassList

llAddToLandPassList(key agent, float hours) Adds agent to the land pass list for the specified number of hours. A value of 0 for hours will add agent indefinitely. The specified agent receives a message: “Alert: You have been issued a pass good for xx...

llAvatarOnSitTarget

key llAvatarOnSitTarget() If an avatar is sitting on the sit target, this function will return the avatar’s key; NULL_KEY otherwise. This will only detect avatars sitting on sit targets defined with llSitTarget. At some point prior to SL 1.6.5, it would...

llClearCameraParams

llClearCameraParams() Resets all camera parameters to default values and turns off scripted camera control. Requires llRequestPermissions(key agent, PERMISSION_CONTROL_CAMERA). The agent (avatar camera) this function targets is the agent that gave...