Blockland Files > Add-Ons
Deletion Bricks
Space Guy:
Make it act as a normal Wand if you aren't Admin e.g. only deleting your bricks.
--- Code: ---if(%client.isAdmin == 0 && $Deletion::Admin == 0 || %client.isSuper == 0 && $Deletion::Admin == 1)
--- End code ---
I don't think this will work... Isn't it "%client.isSuperAdmin"? You might also need brackets on the line to make it work properly.
Truce:
--- Quote from: Space Guy on January 15, 2009, 03:15:42 PM ---Make it act as a normal Wand if you aren't Admin e.g. only deleting your bricks.
--- Code: ---if(%client.isAdmin == 0 && $Deletion::Admin == 0 || %client.isSuper == 0 && $Deletion::Admin == 1)
--- End code ---
I don't think this will work... Isn't it "%client.isSuperAdmin"? You might also need brackets on the line to make it work properly.
--- End quote ---
Mm, yeah, I think the code should be like this to work:
--- Code: ---if((!%client.isAdmin&&!$Deletion::Admin)||(!%client.isSuperAdmin&&$Deletion::Admin))
--- End code ---
Destiny/Zack0Wack0:
Fixed that ^ aswell made it non admins need full trust to use them.
Truce:
Finally got to try it out in-game.
With the New rewards script, the queue'd brick-deletion notifications are pretty awkward. I suggest centerprinting it. As a side note, that count seems to be off a lot. I deleted ~270 bricks and it said 8.
dUMBELLS:
It doesn't count other bricks that are deleted when you delete a brick supporting them.
Also, you can delete plates and other short bricks when the actual deletion block is one, two, or three spaces above them. This may result in unfortunate total build destructions.