Advertisement
john_danger

TEMP REZ when near

Oct 25th, 2019
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.  
  4.     state_entry() {
  5.         llSensorRepeat("", NULL_KEY, AGENT, 10, PI, 5);
  6.     }
  7.     sensor(integer total_number) {
  8.  
  9.         // This line will pick the first object out of the container and rez it
  10.         llRezObject(llGetInventoryName(INVENTORY_OBJECT,0), llGetPos()+<0,0,10>,ZERO_VECTOR,ZERO_ROTATION,0);
  11.  
  12.     }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement