Talk:LlSay: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Zai Lynch (talk | contribs)
No edit summary
(No difference)

Revision as of 18:49, 7 November 2008

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 avas in a range of 20m ^_^
Greetz, Lynch (talk|contribs) 01:49, 8 November 2008 (UTC)