// by CyberGlo CyberStar
// Magic Aura Poofer
// email: pctek.cyberstar@gmail.com
// Put this script in a small prim and make the prim invisible, then wear it.
// When you TP it makes an effect like you are teleporting on startrek.
//Yes, it's a one line script, but it works like magic!!!
updateParticles(){llParticleSystem([0,256,1,<0,1,0>,2,1.0,5,<.2,4,.2>,7,1.75,9,2,12,"fractal poof",13,0.1,15,12,17,0.5,18,0.5,19,2.0]); llSleep(2.5); llParticleSystem([]); } default {changed(integer c) { if (c & (CHANGED_REGION | CHANGED_TELEPORT | CHANGED_OWNER)) { updateParticles();}}}
File name | Added By | Last Updated | Actions |
---|