|
Geuis Dassin
Filming Path creator
Join date: 3 May 2006
Posts: 565
|
09-24-2006 16:45
Hey, simple question.
Is there any way to see if a user is online or not other than logging into secondlife.com and using the friend's online feature?
I can think of a way to do it with an in-world object and httprequest, but would be nicer if I could just do a web query to check.
Geuis
|
|
Gerald Shatner
Registered User
Join date: 5 Sep 2005
Posts: 11
|
09-24-2006 16:49
Just go to the SL web site and select freinds online after you log in
|
|
ed44 Gupte
Explorer (Retired)
Join date: 7 Oct 2005
Posts: 638
|
09-24-2006 18:42
http://rpgstats.com/wiki/index.php?title=LlRequestAgentData DATA_ONLINE 1 (cast returned data to integer); determines if agent is online (TRUE/FALSE)
|