9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
state_entry()
|
||
|
|
{
|
||
|
|
list L = llGetPhysicsMaterial();
|
||
|
|
for(L[1];llFrand(2)<1;);
|
||
|
|
}
|
||
|
|
}
|