Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Experiencing error halt - sytax error at server.cs line 4
« previous
next »
Print
Pages: [
1
]
Author
Topic: Experiencing error halt - sytax error at server.cs line 4 (Read 523 times)
ScratchTehEPICSpaceDude
March 01, 2012, 08:22:50 PM
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:
Ad Bot
Advertisement
otto-san
March 01, 2012, 08:24:14 PM
Datablock names (any object or variable really) cannot start with numbers.
Chrono
March 01, 2012, 08:27:07 PM
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
March 01, 2012, 08:57:04 PM
Ok, I changed it. Thanks!
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Experiencing error halt - sytax error at server.cs line 4