Author Topic: Experiencing error halt - sytax error at server.cs line 4  (Read 523 times)

Hi, I'm experiencing an error halt at line 4 that says:

Some error context, with ## on both sides of error halt.

datablock AudioProfile(3B##a##rrelGunShot1Sound)

I don't understand why. Please help!

Here's the server.cs:

Datablock names (any object or variable really) cannot start with numbers.

Names cannot start with numbers.
function 123
datablock classdata(123)
package 123
new class(123)
$123
%123
.123


Only values can.
$global = "3sam";
%local = 3;