Nuno McCullough Posted April 9, 2011 Share Posted April 9, 2011 I know that's been ages since I don't participate on forums but my company has decided to block our acess to SL's site, anyway, I'm trying to find a script that give me this effect to my RP avatar: Imagine a list of avatars: "Major Name Surname1", "key1"; "Colonel Name Surname2", "key2"... and so on I need a script that read that list and give me only the ones that are online, is that possible? Thanks in advance Link to comment Share on other sites More sharing options...
PeterCanessa Oh Posted April 9, 2011 Share Posted April 9, 2011 Yes, it's just an extended online-checker. Ideally you'll have the UUIDs of the people you want to check as well as their names. Use llGetNotecardLine() to read the UUIDs into a list, if there aren't too many of them, then call llRequestAgentData() for each one at whatever your polling-rate is. If there are a lot of names to check it may be better to leave them on the notecard and just read-notecard, query-online, read-next, query-next, etc. Link to comment Share on other sites More sharing options...
Recommended Posts
Please take a moment to consider if this thread is worth bumping.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now