01-06-2008 21:44
Ok how to explain this...

Here is my issue.
I created some church pews with sculpted crosses on each end. However the sculpting processed left a physical foot print of 2 meters around it causing chaos when sitting on them. So my solution was to use rezobject to make it and set them to phantom.

The Crosses are linked to the Base left and base right sides of the pews and therefore after the getpos+ command they use local values to close in for detail in xyz and rots.
Each pew is a linked object with the script and inventory in the pew bases inventory.

The scripts and object values are perfect on the original and if reset, they rerez perfectly.
However when I select take copy and try dropping more all the crosses are missing and I get no err msg. The crosses and scripts still show in the pew bases inventory.

What have I done wrong....BTW Code posted below

CODE

default
{
state_entry()
{

llRezObject("OBBTC PEW CROSS - Phantom left side", llGetPos() + <0, -0.35, 0.24>, ZERO_VECTOR, <0, 0, 45, 45>, 42);
}


}