rotate the teleport.lsl 619 B

123456789101112131415161718192021222324
  1. // :CATEGORY:XS Pet
  2. // :NAME:XS Pet Robot
  3. // :AUTHOR:Ferd Frederix
  4. // :KEYWORDS: Pet,XS,breed,breedable,companion,Ozimal,Meeroo,Amaretto,critter,Fennux,Pets
  5. // :CREATED:2013-09-13 15:21:20
  6. // :EDITED:2014-01-30 12:24:21
  7. // :ID:988
  8. // :NUM:1521
  9. // :REV:0.50
  10. // :WORLD:Second Life, OpenSim
  11. // :DESCRIPTION:
  12. // XS Pet Particle Script
  13. // :CODE:
  14. default
  15. {
  16. state_entry()
  17. {
  18. // llSetTextureAnim() is a function that animates a texture on a face.
  19. llSetTextureAnim(ANIM_ON | SMOOTH | LOOP, ALL_SIDES,0,1,1.0, 0.5,1);
  20. // animate the script to scroll across all the faces.
  21. }
  22. }