Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llTakeControls

Kinki Vacano
Registered User
Join date: 22 Dec 2006
Posts: 7
10-23-2008 17:16
Anyone know if its still possible to block some controls and pass others but still trigger events for all of them with llTakeControls in a single script? It seems as though at one time it was possible to pass the rotation commands while blocking the others. The LSL wiki describes a method, but I cannot seem to get it to work.

http://lslwiki.net/lslwiki/wakka.php?wakka=llTakeControls
Towards the bottom of the page under the heading 'Taking Complete Control'

I realize this can be done in multiple scripts. I would really like to use one if possible. I would like all the controls to trigger events, but only pass the rotations left and right through, the rest would be blocked. Any help?

Thanks

Kinki
Monica Balut
Beam-Me
Join date: 18 Feb 2007
Posts: 311
10-24-2008 05:04
Why not take all controls in the llTakeContols and just filter out the ones you don't want in the control event itself?