Blockland Forums > Modification Help
Experiencing error halt - sytax error at server.cs line 4
Pages: (1/1)
ScratchTehEPICSpaceDude:
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:
otto-san:
Datablock names (any object or variable really) cannot start with numbers.
Chrono:
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;
ScratchTehEPICSpaceDude:
Ok, I changed it. Thanks!
Pages: (1/1)