CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:10:32 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=efd1856f1fc3a944d7ef76b06a5b7c2cad5715f2f8dab1c6100ded14af8fad31a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22OfdFeYDapA0fiiqF0VLejsr2ljvJ7Ncd%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d417631b59c467-BLR
Check if (and which) avatar is sitting on a specific object - Pastebin.com
SHARE
TWEET

Check if (and which) avatar is sitting on a specific object
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- key f(key kOBJECTKEY)
- {
- list lAvatars = llGetAgentList(AGENT_LIST_REGION, []);
- integer iCount;
- for (iCount = 0; iCount < llGetListLength(lAvatars); iCount++)
- {
- if (llList2Key(llGetObjectDetails(llList2Key(lAvatars, iCount), [OBJECT_ROOT]),0) == kOBJECTKEY)
- {
- return llList2Key(lAvatars, iCount);
- }
- }
- return NULL_KEY;
- }
- default
- {
- touch_start(integer total_number)
- {
- key k = f(llGetKey());
- if (k != NULL_KEY)
- {
- llSay(0, (string)k + " is sitting on me!");
- }
- else
- {
- llSay(0, "Nobody is sitting!");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ L
JavaScript | 5 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 5 sec ago | 0.10 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 6 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 15 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 17 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 24 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 27 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand