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

llSendRemoteData

LSL
key llSendRemoteData(string channel, string dest, integer idata, string sdata)

Deprecated: use HTTP functions and events instead.\ Sends an XML-RPC request to Destination through ChannelID with payload of ChannelID (in a string), integer Value and string Text.\ Returns a key that is the message_id for the resulting remote_data events.

Parameters

TypeName
string channel
string dest
integer idata
string sdata
Sleeps 3s
Energy 10

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

More in LSL