ChaosRaine Posted December 20, 2013 Share Posted December 20, 2013 I'm not finding anything like this, so I'm losing faith that it's possible. I want something that will automatically find the rez dates of my group members and send them gifts on the anniversary of it. If someone could just point me in the right direction to get the list set up, I would be extremely greatful. Link to comment Share on other sites More sharing options...
Rolig Loon Posted December 20, 2013 Share Posted December 20, 2013 Getting a person's rezday is easy. Just use llRequestAgentData(agent_UUID,DATA_BORN). Getting the UUIDs for all your group members (or even their names) is he hard part. It's impossible unless you do it manually, one person at a time. So, if your group is reasonably small you can take time to copy their names and UUIDs by hand into lists in your script -- or into a notecard that your script reads -- and then keep polling a dataserver event to get their rezdays and feed them into the list you wanted. Link to comment Share on other sites More sharing options...
ChaosRaine Posted December 20, 2013 Author Share Posted December 20, 2013 Cheers, that is what I was afraid of. Thank you for the help. Link to comment Share on other sites More sharing options...
LepreKhaun Posted December 20, 2013 Share Posted December 20, 2013 Actually, getting a listing of the names of the members of a group is easy, as long as you're the owner. There's a third party text based client named Metabolt (https://wiki.secondlife.com/wiki/Third_Party_Viewer_Directory/METAbolt) which has that feature (http://www.metabolt.net/metawiki/exportmemberlist.ashx?HL=group) as well as many others. 1 Link to comment Share on other sites More sharing options...
Rolig Loon Posted December 21, 2013 Share Posted December 21, 2013 Live and learn. Thanks, LepreKhaun. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now