Talk:LlSay - Second Life Wiki

Talk:LlSay

From Second Life Wiki

Second Life Wiki > LlSay > Talk: LlSay
Jump to: navigation, search

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

default{
    state_entry(){
        integer i;
        for(i = 0; i < 200; i++) llSay(0, "no delay...");
    }
}
But only somewhere where no other avas are in a 20m range plz ^^
Greetz, Lynch (talk|contribs) 01:50, 8 November 2008 (UTC)
Never been a delay, sorry :-/ Strife (talk|contribs) 04:13, 8 November 2008 (UTC)