Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Scipts Unstable: Listens

Sleeper Guillaume
Explorer Achiever
Join date: 8 Jan 2003
Posts: 120
02-16-2003 18:37
In another thread, it was said that the number of llListens() is not limited. The script in question is not even doing weird things with large amounts of llListens(), however this error was generated:

Scrip run-time error
Too Many Listens

This came from The Bouncer at Bel's place.
Cory Linden
Linden Lab Employee
Join date: 19 Nov 2002
Posts: 173
02-20-2003 09:38
Sorry for the mix-up. A single script can't have more than 64 active listens. This limitation is to prevent the script from gobbling up too much memory on the simulator machine.

Cory