Talk:LlSay

From Second Life Wiki
Revision as of 19:21, 22 August 2014 by Strife Onizuka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Wasn't there a delay for llSay, llShout, and llWhisper? The wiki says theres 0.0 delay for these functions now, and I was certain that there used to be a delay for these! —The preceding unsigned comment was added by Jeffery Beckersted

Doesn't look like. Try

<lsl>default{

   state_entry(){
       integer i;
       for(i = 0; i < 200; i++) llSay(0, "no delay...");
   }

}</lsl>

But only somewhere where no other avas are in a 20m range plz ^^
Greetz, Zai signature.png Lynch (talk|contribs) 01:50, 8 November 2008 (UTC)
Never been a delay, sorry :-/ Strife (talk|contribs) 04:13, 8 November 2008 (UTC)

200/2 sec ?

Is that "...will be dropped until the send rate is again below 200/2sec for the previous 2 sec." correct, or is it back to "200/10sec for the previous 2 sec" ? (or ("40/2sec for the previous 2 seonds)Sigma Avro 16:20, 22 August 2014 (PDT)

hmm that is a hard one (I can't think how you would implement that in a meaningful way). I think the explanation is that Maestro's edit was incomplete. -- Strife (talk|contribs) 19:21, 22 August 2014 (PDT)