Blockland Forums > Modification Help
Unknown Brick Script Error
Butler:
Waaaaat?
--- Code: ---1 1 10
BRICK
--- End code ---
--- Code: ---datablock fxDTSBrickData(brick1x1x10brickData)
{
brickFile = "1x1x10.blb";
category = "Baseplates";
subCategory = "4x Cube Fill";
uiName = "1x1x10";
};
--- End code ---
chilmans:
Are you sure no other add-on is overwriting the uiName or setting a brick with the same uiName?
Butler:
As far as I know, this is the only brick I have that has an "X Y Z" of "1 1 10"
So, no. I don't THINK I have any other bricks that overwrite the uiName. Howevr, I will look again.
chilmans:
--- Quote from: Butler on November 09, 2010, 01:03:16 PM ---As far as I know, this is the only brick I have that has an "X Y Z" of "1 1 10"
So, no. I don't THINK I have any other bricks that overwrite the uiName. Howevr, I will look again.
--- End quote ---
Start the server with only default add-ons and this one
Butler:
When I tested this brick the first time (Current Picture), I had nothing but default Add-Ons enabled.
EDIT: Lemme re-word that better. I only ever tested this brick with default add-ons enabled.