Advertisement
Guest User

Untitled

a guest
Aug 15th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. key detected = NULL_KEY;
  2.  
  3. default
  4. {
  5. collision_start(integer numDetected)
  6. {
  7. detected = llDetectedKey(0);
  8. state two;
  9. }
  10. }
  11.  
  12. state two
  13. {
  14. state_entry()
  15. {
  16. osTeleportAgent(detected, "Test2", <10,245,23>, <1,1,0>);
  17. state default;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement