9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
timer()
|
||
|
|
{
|
||
|
|
list L = llGetAgentList(4, []);
|
||
|
|
llOwnerSay((string)(L != []));
|
||
|
|
}
|
||
|
|
}
|