Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Rezzing an object

Zaplok Riggles
Registered User
Join date: 25 Feb 2008
Posts: 119
03-02-2008 09:27
I am experimenting with object rezzing scripts. However, all the sandboxes I go to give me an error telling me the land doesn't allow objects to enter. Am I doing something wrong or do I need to find a sandbox which allows object rezzing? I am making them temp objects btw.
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
03-02-2008 12:21
Yeah, find a place with build enabled. The icons at the top of the screen should be helpful. There are public Linden sandboxes you can use if you're having trouble finding one, though they can be a bit of a mess. Region names are "Sandbox Goguen", "Sandbox Cordova", "Sandbox Island", "Sandbox Island Extension", and a few others. If you open the Map or Search -> Places and search for "Sandbox" you'll probably find something.

If you just want to test some scripts, you might do it on the Beta Grid. It is often pretty quiet and peaceful there.
Zaplok Riggles
Registered User
Join date: 25 Feb 2008
Posts: 119
03-02-2008 13:28
From: Hewee Zetkin
Yeah, find a place with build enabled. The icons at the top of the screen should be helpful. There are public Linden sandboxes you can use if you're having trouble finding one, though they can be a bit of a mess. Region names are "Sandbox Goguen", "Sandbox Cordova", "Sandbox Island", "Sandbox Island Extension", and a few others. If you open the Map or Search -> Places and search for "Sandbox" you'll probably find something.

If you just want to test some scripts, you might do it on the Beta Grid. It is often pretty quiet and peaceful there.


I am able to create objects just fine. And, I can edit them etc. The problem is when my object attempts to rezz an object it has in its inventory. I get a message telling me the land doesn't allow "object entry." The land DOES allow me to create a new object. Thus, it looks like object entry is a different land permission and I need to find a sandbox with object entry enabled or I am just not understanding object rezzing from within a script and am doing something wrong.
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
03-02-2008 13:50
It is a different permission, but it shouldn't apply to rezzing something from inventory. Huh. Could it be that the location where you are trying to rez is on a different parcel from the one your object is on? Maybe they check the object entry option for that case. Make sure you have property lines displayed from the View menu. Sometimes there are little patches of land (around sandbox signs and such) where they've locked down the options. Just a thought. I can't say I've ever seen this problem when working on rezzing from scripts.
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
03-02-2008 15:52
there may be some weird configuration issues on that sim, you might try setting the group to none...
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Zaplok Riggles
Registered User
Join date: 25 Feb 2008
Posts: 119
03-03-2008 12:23
FYI, it turned out I was setting the position of the object incorrectly in the rez function. This generated that odd error (I guess I was trying to rez it in an invalid location). In case anyone else runs into this, that's what my problem was.