Author Topic: Syntax error in server.cs?  (Read 646 times)

Code: [Select]
datablock fxDTSBrickData(brickFullRingData)
{
brickFile = "./ring.blb";
category = "special";
subCategory = "misc";
uiName = "Stunt Ring";
iconName = "";
};

datablock fxDTSBrickData(brickTopRingData)
{
brickFile = "./ring top.blb";
category = "special";
subCategory = "misc";
uiName = "Stunt Ring - Upper";
iconName = "";
};

datablock fxDTSBrickData(brickBottomRingData)
{
brickFile = "./ring bottom.blb";
category = "special";
subCategory = "misc";
uiName = "Stunt Ring - Lower";
iconName = "";
};

I can't seem to find where the syntax error is supposed to be. Console says line 11, but, again, I can't figure it out.

Can you have spaces in filenames?

I don't see anything wrong here either, unless it's that.

Can you have spaces in filenames?

I don't see anything wrong here either, unless it's that.
If that were the case, wouldn't it be line 13 instead?
I'll try this out and get back to you on it.

-Edit-
Oh, look. You were right. Locking.
« Last Edit: December 21, 2013, 07:29:13 PM by Peejster »