Blockland Forums > Suggestions & Requests
Checkboxes when clearing bricks
DrenDran:
--- Quote from: MARBLE MAN on October 22, 2013, 06:02:47 PM ---done with the servercmd, testing now.. (sorry, dren, I really wanted to make the servercmd)
Edit:
Script_ClearGroups
commandToServer('clearBrickGroupList',"BL_ID BL_ID BL_ID");
Do not /clearBrickGroupList BL_ID BL_ID BL_ID for it will only clear the first one.
it will list the owners' name or their BL_ID WITH proper grammar:
1:
MARBLE MAN cleared Name's bricks
2:
MARBLE MAN cleared Name and BL_ID:999999's bricks
3+:
MARBLE MAN cleared Name, OtherName, and EndingWithS' bricks
--- End quote ---
I only planned on making the saving part of that.
That's the difficult part.
Well, looks like SaveBricks_WriteSingleBrick and many other related functions are package protected.
If I wanted to make this, I'd have to rewrite the saving system.
Zeblote:
--- Quote from: DrenDran on October 22, 2013, 06:39:39 PM ---I only planned on making the saving part of that.
That's the difficult part.
Well, looks like SaveBricks_WriteSingleBrick and many other related functions are package protected.
If I wanted to make this, I'd have to rewrite the saving system.
--- End quote ---
You'd have to do that anyways as brick ownership is not transmitted for bricks not on the ground.
DrenDran:
--- Quote from: Zeblote on October 22, 2013, 06:43:15 PM ---You'd have to do that anyways as brick ownership is not transmitted for bricks not on the ground.
--- End quote ---
From what I saw it was possible to get ownership client side, though only the ground bricks actually save ownership.
I might be wrong though.
Zeblote:
--- Quote from: DrenDran on October 22, 2013, 09:33:30 PM ---From what I saw it was possible to get ownership client side, though only the ground bricks actually save ownership.
I might be wrong though.
--- End quote ---
It's not.