Author Topic: Brick datablock syntax error  (Read 353 times)

Code: [Select]
datablock fxDTSBrickData (5515)
{
brickfile = "./5515.blb";
category = "Bricks";
subCategory = "Generated";
uiName = "5x5x15";
};
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: [Select]
datablock fxDTSBrickData (brick64xCubeData)
{
brickFile = "./64x Cube.blb";
category = "Baseplates";
subCategory = "Cube";
uiName = "64x Cube";
iconName = "Add-Ons/Brick_Large_Cubes/64x Cube";
};


EDIT: Realized this goes in coding help. uhggg.