|
Wyvern Wycliffe
Registered User
Join date: 27 Nov 2007
Posts: 4
|
05-26-2008 20:22
I want to, via any means possible (including LSL, PHP/HTTP, or libSL), eject from my land anyone who is a member of a specified group.
I realize there is no straightforward way to do it in a simple script. I'm willing to go as far as client coding in order to make this possible. Any ideas?
|
|
Kidd Krasner
Registered User
Join date: 1 Jan 2007
Posts: 1,938
|
05-26-2008 20:25
In theory, you could do it from client code if the user hasn't hidden the membership. I don't think it's possible if the membership is hidden, but I haven't fiddled with the client.
|
|
Winter Ventura
Eclectic Randomness
Join date: 18 Jul 2006
Posts: 2,579
|
05-26-2008 20:42
if you could get an alt into the group, you could then use that account's ability to read the membership roster, to populate your banlist.
Otherwise, you're fairly limited to whether the person has that tag SHOWING at the time, and scanning for that... or scanning their profile (perhaps via the web search) for the presence of those groups.
Not really possible with LSL alone.
_____________________
 ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura
|
|
Wyvern Wycliffe
Registered User
Join date: 27 Nov 2007
Posts: 4
|
05-26-2008 20:47
From: Winter Ventura if you could get an alt into the group, you could then use that account's ability to read the membership roster, to populate your banlist.
I'm thinking this is the answer. Thanks.
|
|
Keira Wells
Blender Sculptor
Join date: 16 Mar 2008
Posts: 2,371
|
05-26-2008 20:48
If you could get an alt into the group, you could set an item to that group on your land, and then do a check for llSameGroup
And if they are in that group (And have it active) then eject!
_____________________
Tutorials for Sculpties using Blender! Http://www.youtube.com/user/BlenderSL
|
|
Winter Ventura
Eclectic Randomness
Join date: 18 Jul 2006
Posts: 2,579
|
05-26-2008 20:59
From: Keira Wells If you could get an alt into the group, you could set an item to that group on your land, and then do a check for llSameGroup
And if they are in that group (And have it active) then eject! yeah that's what I meant. Not what I SAID.. but what I wanted to say.
_____________________
 ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura
|