02-06-2005 13:36
Wanted: Most or all scripted functions, events, variables, etc - broken down into a list of:

- Base stack behavior
- ACTIVE/PASSIVE behavior
- Sim process consumption
- For some of the smaller scripts, the LSL code or math that would go into the function (eg. llVecMag(<a,b,c>;) = llSqrt(llPow(a,2) + llPow(b,2) + llPow(c,2))).

Reasoning: I know this has been asked for in the past by a lot of people. I also know the Lindens wish to preserve their product as a "black box" to prevent duplication/hacking/cracking. What I ask for, then, is a list that won't compromise that black box nature, but will give residents a quick reference to what their script is/will be doing at any given time, so we don't continue to waste time on script "which is laggier?" conjecture.

Alternately:
- Add stack heap and ACTIVE/PASSIVE monitors to the scripting window or object info.
- To scripters out there: Help the Wiki by adding these things as you find them. ;)
_____________________
---