Blockland Forums > Suggestions & Requests
Clear bricks- BL_ID????
heedicalking:
It would help if the owner's name when they were on was saved in the .bls. Then that would it could do a text read and fill in the missing info.
Kalphiter:
brickgroup_id.6643 = "Kalphiter";
Although it needs to be put in.
mctwist:
It's more like:
--- Code: ---brickgroup_6643.name = "Kalphiter";
--- End code ---
Anyway, if the person have changed name, it's no good if the old name is used...
shafin25:
Then it should automatically check the ID and see if it corresponds with the name, if it doesn't, replace the old one iwth the new name.
Kalphiter:
--- Quote from: Kalphiter on April 30, 2010, 08:15:28 PM ---brickgroup_id.6643 = "Kalphiter";
Although it needs to be put in.
--- End quote ---
Oh, woops, put "6643" in the wrong place.
brickgroup_6643.name = "Kalphiter";