Jump to content

Which LSL functions should be added


Gianni Lupindo
 Share

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

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

Recommended Posts

This is a list of LSL functions I'd love to find in the library for:

  1. getting my friendlist
  2. getting last user log in
  3. getting avatar number into another SIM
  4. knowing if another parcel of any SIM is script enabled
  5. opening mini-map

I will add further list items in replies to myself once 24 hours have elapsed.

Edited by Gianni Lupindo
text improvement and clarification
Link to comment
Share on other sites

4 hours ago, Gianni Lupindo said:

4. if another parcel of any SIM is script enabled

That's doable with llList2Integer(llGetParcelDetails(POSITION,[PARCEL_DETAILS_FLAGS]),0)&PARCEL_FLAG_ALLOW_SCRIPTS; for some POSITION on the same region.

4 hours ago, Gianni Lupindo said:

3. avatar number into another SIM

You mean the number of avatars who are currently on a region? That should be discoverable by some contrivance. . .

1 & 2 are privacy concerns even if you can manually check #2 from a shared group, #5 seems pretty niche.

  • Like 1
Link to comment
Share on other sites

6 hours ago, Quistess Alpha said:

That's doable with llList2Integer(llGetParcelDetails(POSITION,[PARCEL_DETAILS_FLAGS]),0)&PARCEL_FLAG_ALLOW_SCRIPTS; for some POSITION on the same region.

You mean the number of avatars who are currently on a region? That should be discoverable by some contrivance. . .

1 & 2 are privacy concerns even if you can manually check #2 from a shared group, #5 seems pretty niche.

In the #1 there is no privacy concern since friendlist is mine.

In the #2 I mean to get the last user login by a script, not manually, all the more so if I have to use a contrivance.

In the #3 I told "another SIM", not the current one.

In the #4 I told "another parcel", not the current one. llGetParcelDetails cannot be used to get the parcel details of parcels in neighboring regions, therefore even more so in distant regions.

 

Edited by Gianni Lupindo
strikethrough text
Link to comment
Share on other sites

13 minutes ago, Fenix Eldritch said:

Discussions might be better suited in the main LSL forum, as the Library forum seems to be more for presenting completed scripts. Also, your initial post will cease to be editable after 24 hours.

If so I ask some admin to move my post in the main LSL forum. I will add further list items in replies to myself. Thank you.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 156 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...