default { timer() { list L = llGetAgentList(4, []); llOwnerSay((string)llGetListLength(L)); } }