34 lines
321 B
Plaintext
34 lines
321 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
state_entry()
|
||
|
|
{
|
||
|
|
if (0.5 < llFrand(1))
|
||
|
|
state s2;
|
||
|
|
if (0.5 < llFrand(1))
|
||
|
|
state s3;
|
||
|
|
if (0.5 < llFrand(1))
|
||
|
|
state s4;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
state s2
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
state s3
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
state s4
|
||
|
|
{
|
||
|
|
touch(integer n)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|