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

llDialog

llDialog(key id, string message, list buttons, integer chat_channel) Shows the user specified by id a popup dialog box (in the upper right corner of their viewer window)...

llForceMouselook

llForceMouselook(integer mouselook) After calling this function with mouselook set to TRUE, any agent sitting down on the prim will be forced into mouselook. Just like llSitTarget, this changes a...