Difference between revisions of "Talk:LlSay"

From Second Life Wiki
Jump to navigation Jump to search
m
(New page: 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!)
Line 1: Line 1:
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! {{unsigned|Jeffery Beckersted}}
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!
: 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, [[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 01:50, 8 November 2008 (UTC)
 
::Never been a delay, sorry :-/ '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 04:13, 8 November 2008 (UTC)

Revision as of 05:01, 8 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!