Author Topic: Unknown Error in Script  (Read 250 times)

I posted this in Coding Help. But apparently nobody goes there that often.


Waaaaat?
When I tested this brick. I only had default add-ons enabled.

Code: [Select]
1 1 10
BRICK

Code: [Select]
datablock fxDTSBrickData(brick1x1x10brickData)
{
     brickFile = "1x1x10.blb";
     category = "Baseplates";
     subCategory = "4x Cube Fill";
     uiName = "1x1x10";
};

Try changeing:
brickFile = "1x1x10.blb";
To:
brickFile = "./1x1x10.blb";