Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llTextBox

LSL
void llTextBox(string avatar, string message, integer chat_channel)

Opens a dialog for the specified avatar with message Text, which contains a text box for input. Any text that is entered is said on the specified Channel (as if by the avatar) when the "OK" button is clicked.

Parameters

TypeName
string avatar
string message
integer chat_channel
Sleeps 1s
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL