Jump to content

Builders Buddy v1 soucy


Bornforyourass
 Share

You are about to reply to a thread that has been inactive for 627 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Hello to all,

i am working with a friend on building a sim. I want to clarify that I am not the owner.

We use the false rezz from a second life wiki tutorial.

https://wiki.secondlife.com/wiki/Builders_Buddy_v1

This friend and I belong to the same group.

At the land permissions level they are set to 'allow construction to all' so that I can work on it.

The system works perfectly but we have a problem in its use.

As soon as the owner of the land tries to use the rezz boxes that I put in place, he unfortunately has no access to the rezzer function.
For my part, I have no problem with the boxes concerned.

Is this a normal operation of the script or something escapes us?

Thanks in advance for your answers.

ps: to my great shame, I'm not good at scripting at all. Thank you to those who will be patient to help me

Link to comment
Share on other sites

I'm not familiar with that script, but a glance suggests that changing the line

integer fullOptions = FALSE;

to

integer fullOptions = TRUE;

would allow anyone who isn't the "creator" to use all of the same functionality as the person who owns the rezzer box.

Link to comment
Share on other sites

Hello :) 

Make sure you are using the script named: builders buddy base (anyone rez)

Additionally, you may need to check the following:

First, to open the script, go to the contents tab of the rezzer's edit menu, rightclick the script named above and choose OPEN from the drop down

If necessary, change these settings as follows - all pretty near to the top of the script - in mine start on line 36

//The UUID of the creator of the object
//Leave this as "" unless SL displays wrong name in object properties
key creatorUUID = "";

// Set to TRUE to allow group members to use the dialog menu
// Set to FALSE to disallow group members from using the dialog menu
integer ingroup = TRUE;

// Allow non-creator to use CLEAN command?
// (WARNING) If set to TRUE, it is recommended to set
// deleteOnRez to FALSE, or user could lose entire building
integer allowClean = TRUE;

Good luck!

Emma :) 

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 627 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...