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

llRemoteDataReply

LSL
void llRemoteDataReply(string channel, string message_id, string sdata, integer idata)

Send an XML-RPC reply to MessageID on ChannelID with payload of string sData and integer iData. Deprecated: Use HTTP functions/events instead.\ The size of sData is limited to 254 characters.

Parameters

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

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

More in LSL