|
Cyclopean Sprocket
Compulsive Builder
Join date: 16 Feb 2006
Posts: 17
|
06-24-2006 22:39
Ok, this is so obviously a bug that it's not even funny. I'm trying to have an object rez another object and then link to it. The other object is being rezed at the exact location of the original object, but when the first object tries to link it tells me that the link distance is too far. Has anyone else had this problem?
|
|
Angela Salome
Registered User
Join date: 6 Oct 2005
Posts: 224
|
06-27-2006 15:55
From: Cyclopean Sprocket Ok, this is so obviously a bug that it's not even funny. I'm trying to have an object rez another object and then link to it. The other object is being rezed at the exact location of the original object, but when the first object tries to link it tells me that the link distance is too far. Has anyone else had this problem? Your script needs to wait until after the second object has been rezzed, using the object_rez event.
|
|
Cyclopean Sprocket
Compulsive Builder
Join date: 16 Feb 2006
Posts: 17
|
06-30-2006 10:04
Thanks, that solved it.
As it turns out I had to wait 30-70 seconds after rezing the prims in order to link to them. I guess it takes that long for them to be entered into whatever database the linker looks in to find them.
|