Controls

Controls can be various things in the metaverse, from UI elements to functions to events to constants. The avatar and camera can be specifically controlled through LSL but another type of...

Chat

Chat functions allow objects and agents to communicate with each other and among themselves. Chat in Second Life uses channels. Channel 0 is the public chat channel all users see as chat text. There is...

Control

control(key id, integer held, integer change) Once a script has permission to take control inputs from the avatar with the key id (see llRequestPermissions), and has taken control of the...

changed

changed(integer change) The changed event is invoked when operations change certain properties of the prim/object. The change parameter is a bit field of one or more of the following values: Constant...

Camera

SL includes both first-person and third-person camera modes. By disconnecting the camera from the avatar (to around 50m max away [see Notes below]), a lot more can be done otherwise. Some uses of the camera functions are...