Guest User

Untitled

a guest
Jan 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.     touch_start(integer total)
  4.     {
  5.         if(llList2Integer(llCastRay(<0,0,0>,<1,1,1>,[]),-1)<0)
  6.         {
  7.             llSay(0,"llCastRay() does not work in this region.");
  8.         }
  9.         else
  10.         {
  11.             llSay(0,"llCastRay is working in this region!");
  12.         }
  13.     }
  14. }
Add Comment
Please, Sign In to add comment