Search found 1 match

by IntLibber Brautigan
Sat Aug 21, 2021 3:30 pm
Forum: Scripting
Topic: Are listeners actually expensive, or is this a myth?
Replies: 13
Views: 16820

Re: Are listeners actually expensive, or is this a myth?

As Oren said, it is based on how many scripts are listening to a given channel vs how much chatter there is on that channel. Thus, you want to script your device to use randomly obscure channels as much as possible thusly:

integer chan = (integer)llFrand(999999); //picks a random float between 0 ...