Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llTakeControls questions

Danielz Shackle
Registered User
Join date: 30 Apr 2006
Posts: 100
09-25-2007 16:28
I have a few questions for anyone whos used or is profiecent with llTakeControls.

The questions revolves around if it can be called multiple times by multiple prims.

for one use its a single item i carry, and i dont want to have it in one prim and message link the other prims sicne that can have small delays. I would prefer it if i could use the llTakeControls in:

A) several prims in the same object

also, id like to wear several objects on various parts fo the body. can I call / use llTakeControls on:

b) multiple obejcts at the same time?

_

or am i forced to only call it on one item or prim at a time?

_

also, i have a few other questions for someone with time and experiance involving the llTakeControls and releated scripts. If you have time and are knowledgable in those areas I will pay for some one on one time.
Shadow Subagja
Registered User
Join date: 29 Apr 2007
Posts: 354
09-26-2007 08:46
you can use it in several scripts in the same prim, or in several prims, but only once per script. The controls can be configured to pass to other scripts or to block within that instance so one can override the others using the pass_on parameter.

llTakeControls(integer controls, integer accept, integer pass_on)

http://lslwiki.net/lslwiki/wakka.php?wakka=llTakeControls