Thursday 13 October 2011

Week Three



Using the gun script from http://lslwiki.net/lslwiki/wakka.php?wakka=ExampleGun I made a gun that fires bananas, that will help me best out the bam door.  The task for this week is to make a door that when hit by an object it display the speed that it is travelling at, and the owner of the object.  Most of the function to do this have been covered in the other weeks.
llDetectedName(0) = Gets the Object name.
llVecMag(llDetectedVel(0)) = Gets the speed of the object.
llKey2Name(llGetOwner()) = Gets the owner of the object.

No comments:

Post a Comment