llTextBox

From Second Life Wiki
Revision as of 19:55, 23 May 2008 by Strife Onizuka (talk | contribs) (I am assuming it has an "OK" button and not a "Send" or "Say" button)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: llTextBox( key avatar, string message, integer action );

Shows a dialog box on avatar's screen with the text message. The dialog bog contains a text box for input, any text that is entered is chatted on chat_channel when the "OK" button is clicked.

• key avatar avatar UUID that is in the same region
• string message Text to display in the message box
• integer action Channel to chat on

Caveats

  • This function causes the script to sleep for 1.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  listen

Functions

•  llDialog
•  llListen
•  llSay
•  llWhisper
•  llShout
•  llRegionSay

Deep Notes

History

Search JIRA for related Issues

Signature

function void llTextBox( key avatar, string message, integer action );