Jump to content

Object use by group only


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

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

Recommended Posts

"share with group" (in the edit pane) should work for any unscripted object... in rare cases you may want to use "deed to group" but be careful with that, since if you don't have permission to edit group objects you can't return it, and if it's no transfer, you won't get it back if it's returned.

for scripted objects, the script has to be built to handle groups... if it is, often you won't have to do anything except tell it to accept group member commands. if it isn't deeding it will usually cause it to be unusable.

Link to comment
Share on other sites

It depends on what you mean by "used".

An unscripted thing like a bench can be sat on by anyone, and is the least-restrictive type of use.

Setting an object to group allows it to not be auto-returned on group-owned property.

Setting an object to group or 'share with group' may allow things like a group member being permitted to copy or move the item.

Restricting access to scripted functions, like making a door that can only be opened by group members, or a sex bed that can only be used by group members, requires integrating functions in the script that runs the item, and can't be enforced by an extra script of your own dropped into an otherwise scripted item.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4651 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...