10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
|
|
default
|
||
|
|
{
|
||
|
|
state_entry()
|
||
|
|
{
|
||
|
|
key k = (key)llList2String(llGetAgentList(4, []), 0);
|
||
|
|
float f = (float)llGetAgentInfo(llGetOwner());
|
||
|
|
llOwnerSay((string)[k, f]);
|
||
|
|
}
|
||
|
|
}
|