11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
touch(integer n)
|
||
|
|
{
|
||
|
|
if (llSameGroup(llGetOwner()) & llDetectedGroup(0))
|
||
|
|
llDie();
|
||
|
|
if ((integer)llGetEnergy() & -llSameGroup(llGetOwner()))
|
||
|
|
llDie();
|
||
|
|
}
|
||
|
|
}
|