llTakeControls

llTakeControls(integer controls, integer accept, integer pass_on) The control functions allow an object to respond to user interface input that normally controls the avatar. For example, this allows creation...

llTeleportAgentHome

llTeleportAgentHome(key id) If the scripted object is over owner’s land and agent is over the same land, teleports agent id immediately to that agent’s home location. The agent is not asked for confirmation. This is for agents only; there is no scripted...

llTextBox

Function: llTextBox( key avatar, string message, integer channel ); Shows a dialog box on avatar’s screen with the text message. It contains a text box for input, any text that is entered is said by avatar on channel when the “Submit” button is...