13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
list L = llGetPhysicsMaterial();
|
||
|
|
integer i = llSameGroup(llGetOwner());
|
||
|
|
if ((L != []) < 2 | i)
|
||
|
|
llDie();
|
||
|
|
if ((L != []) < 2 | i)
|
||
|
|
llDie();
|
||
|
|
}
|
||
|
|
}
|