Also added some min/max values for a few functions. This allows optimizing things like: ! llGetNumberOfPrims() -> 0
12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
default
|
|
{
|
|
touch(integer n)
|
|
{
|
|
if (llSameGroup(llGetOwner()) & llDetectedGroup(0))
|
|
llDie();
|
|
if ((integer)llGetEnergy() & -llSameGroup(llGetOwner()))
|
|
llDie();
|
|
llDie();
|
|
}
|
|
}
|