Author Topic: Chown (By paulguy)  (Read 15180 times)

does it give them full-trust or just build-trust?

The whole thing becomes "Theirs"
They "Own" it now.

Nice god damn bump.

By the way, what kind of loving name is "the chown".
It's a Linux command that changes the ownership of a file, which is basically what it it does in Blockland, but with bricks. paulguy's somewhat of a Linux fan.

(bumbling isn't a word)
Yes, it is.

Nobody gets why ist's called the Chown? ch[ange]own[er]

Um well wow and boo? i guess? I want to say good but... only usefull for one reason. You really want someones brick and events. No offence to creator but 2/10.... Not much use there. but acceptable..i think
    Nice try though

                                                           ~Kun

I find some use of it finnaly my friend made some evnts i wanted so i ninja'd his brick so personaly 12/10 but realistically, 2/10


I think it's admin only

I checked the script. Non-admins can use it on their own bricks. Admins can use it on any brick.

Code: [Select]
if(!(%client.isAdmin || %client.isSuperAdmin))
{
if(getTrustLevel(%obj, %brick) < 3)
{
return;
}
}

You just lost The Game.

I checked the script. Non-admins can use it on their own bricks. Admins can use it on any brick.

Code: [Select]
if(!(%client.isAdmin || %client.isSuperAdmin))
{
if(getTrustLevel(%obj, %brick) < 3)
{
return;
}
}
"If the client isn't (any kind of admin or a super admin)"
%client.isAdmin = 1 for super admins