Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Help with rezzing script suddenly not working anymore

Rhiannon Arkin
Registered User
Join date: 7 Jan 2007
Posts: 9
03-27-2007 11:08
HI

I am running into a weird problem lately. This happend to me now twice.

I am having this script inside an object. The purpose of this script is just to rez the other objects that i put into the content folder. ( I am trying to asemble a pavilon out of several pieces, so that if i give the command, it rezzes each of them in the right location)

Quite simple. I set me variables for location to be rezzed and so forth. Easy , works.

I am triggering the rezzing of these objects with a chat command, "reset pav" .
So i have a listener running inside that original object.

Easy. Works fine.

So here is the problem:

It works
and it works
and I am using it....... up until suddenly it doesn't react to anything anymore.
It just simply stops working.
First i thought I missspelled my commands. nada.
then i thought it's the lag , or some server problem....hm.
The i thought it's my laptop. I restart SL, I reboot the laptop. nothing. no result.
I go in and change the channel, the command. nothing


It never ever works again. amd i can't find out what the problem is.

Has anybody any idea what that could be ?

No error, nothing. Just that, nothing.

What is that ? I am totally stuck now.

thank you in advance
FireEyes Fauna
Registered User
Join date: 26 Apr 2004
Posts: 138
03-27-2007 11:26
Double check to make sure "Running" is checked in the lower left corner of the script window? Not sure what would cause it to become unchecked after the script has been working, but it's worth double checking. :)
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
03-28-2007 00:23
You might want to not re-invent the wheel for this and just go and use Builder's Buddy for this task. You can find it in the scripting library.
It will do exactly what you want to achieve.
Ace Albion
Registered User
Join date: 21 Oct 2005
Posts: 866
03-28-2007 00:46
HI, Rhiannon. My advice would be to add some llOwnerSay stuff in various parts of the script while you're testing it- it may be getting stuck somewhere. Especially if you're using a loop to move pieces to a coordinate location- it might get stuck in that if the check for the correct position is too fussy with the number of decimal places (I had that issue).

I don't know what would be causing your trouble, but I think it's good to put a lot of debugging messages in while you work it out.
_____________________
Ace's Spaces! at Deco (147, 148, 24)
ace.5pointstudio.com
Rhiannon Arkin
Registered User
Join date: 7 Jan 2007
Posts: 9
03-28-2007 10:35
thank you all for your replies.
I will check out Builders Buddy..that sounds like a good advice to use what has been prooven to work.

I