Advertisement
Dorex

Untitled

Sep 12th, 2023
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. filter = RC_REJECT_PHYSICAL|RC_REJECT_LAND;
  2. list results = llCastRay( llGetPos(), llGetPos() + (<0.0, 0.0, RAYDISTANCE> * llGetRot()), [ RC_REJECT_TYPES, filter ] );
  3. key avatar = llList2Key(results, 0);
  4. if (avatar) sayDebug("Hit " + (string)avatar);
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement