scripts and group permissions when you're not world owner

Ask questions about creating worlds, using worlds, etc.
Post Reply
User avatar
Sherrie Melody
Posts: 273
Joined: Fri Mar 29, 2013 6:56 pm
Has thanked: 201 times
Been thanked: 159 times

scripts and group permissions when you're not world owner

Post by Sherrie Melody »

I must be doing something wrong. I was in Paislee's Imladris world. The land is set to a group. The group has build, rez, and script perms checked in the About Land, Options tab. I had the group active on my avatar. I rezzed a couple of scripted items, a swing and a poseball. I set both items to group, but the scripts won't run. I even tried a super basic scripted prim with:

Code: Select all

default
{
    state_entry()
    {
        llSay(0, "Script running");
    }
    touch_start(integer param) {
        
        llSay(0, "I was touched");
    }
}
Set it to the group, even set it to be shared with the group, but it doesn't work either.

Advice?

ETA: I am even in the list of estate managers, too.
Post Reply