|
Salvador Nakamura
http://www.sl-index.com
Join date: 16 Jan 2007
Posts: 557
|
05-21-2007 05:21
hello,
i had placed 6 seats, 2 seats with their own sit-target script inside, somehow when clicking sit on them, the av would be placed on a seat with no target ?
then i placed sittargets on all seats, and now the av attempts to sit but fails and aborts.
all objects are linked, and have to be , i was expecting a auto-que behavior ?, now i got no clue where i go wrong ?
|
|
Tiarnalalon Sismondi
Registered User
Join date: 1 Jun 2006
Posts: 402
|
05-21-2007 06:48
When an AV sits on a linked object with multiple sit targets it will sit them based on the link order. The first sit target that it will use will be the last prim that was linked to the object (last one that has a sit target that is), and then the next to last, etc. The only way around this is if someone right clicks on a specific seat and chooses sit.
The thing to watch for is if you've ever had a sit target programmed into a prim, it does not clear just by removing the script as a sit target is a persistent prim attribute.
The only way to remove a sit target from a prim is to call the command again in that prim with (ZERO_VECTOR,ZERO_ROTATION).
|