Category:LSL Parameters/message

These functions and constants all have a parameter named message. It is often: a string


For the email-related functions, message corresponds to the body of the email message to be sent or received. Similarly, for llInstantMessage, it's the message to be sent.

For llLoadURL and llDialog/llTextBox, the message is the text presented to the user in the pop-up box shown by the viewer.

No formatting is used, but most functions will accept special characters such as "\n" (which represents a newline or change of line).

Pages in category