Jump to content

I need a radar - a sort of...


Nuno McCullough
 Share

You are about to reply to a thread that has been inactive for 4756 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

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

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

You are about to reply to a thread that has been inactive for 4756 days.

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
 Share

×
×
  • Create New...