| Blockland Forums > Modification Help |
| Brick datablock syntax error |
| (1/1) |
| pecon98:
--- Code: ---datablock fxDTSBrickData (5515) { brickfile = "./5515.blb"; category = "Bricks"; subCategory = "Generated"; uiName = "5x5x15"; }; --- End code --- This gives me a syntax error, I tried comparing it to the Large Cubes datablock and it isn't much different, I can't see anything wrong with the syntax. --- Code: ---datablock fxDTSBrickData (brick64xCubeData) { brickFile = "./64x Cube.blb"; category = "Baseplates"; subCategory = "Cube"; uiName = "64x Cube"; iconName = "Add-Ons/Brick_Large_Cubes/64x Cube"; }; --- End code --- EDIT: Realized this goes in coding help. uhggg. |
| Navigation |
| Message Index |