Also an exercise for my LSL scripting classes, this one is a simple llSetPos() teleporting script. The final location is written as <X,Y,Z> on the object’s description.
Daily Archives: March 2, 2008
Tired of taking ages to set script targets? Well, this one should make things easy for you: just put the vector for positioning and the rotation in angles, separated by commas, and the object will reset the SitTarget for you. Then just shout die on public chat, and the script […]
You’ve guessed it — this is also part of my list of exercises for the LSL training courses. This device gives all the inventory inside it in a folder, named as the object itself, and checks to avoid giving the script name instead. Dropping/removing further items inside the device will […]
Another one from my series of LSL training courses. Touches to switch to the next texture; resets if textures are added or removed to the inventory.
This simple door script uses three states — “default”, to set the initial rotation, and “open” and “closed” to switch to that status. Note that the prim for the door needs to have Path Cut Begin at 0.375 and end at 0.875 for this to work. It’s part of a […]