Author Topic: Syntax error - new help  (Read 2579 times)

I honestly can not figure out what this is. Please help.

« Last Edit: November 11, 2012, 07:33:49 PM by Cnaibedoge »

; goes after the closing brace in datablock definition

; goes after the closing brace in datablock definition

My god I will be so pissed if I was that stupid, and this works. I even asked a few friends and they didn't know.

You should really download an editor with syntax highlighting.

Well, it wasn't the only, and I fixed about 5 after it, but can you get this one? It'll probably be obvious after it's pointed out but i've been staring at this for about 5 minutes.

This one is from my editor.

You should really download an editor with syntax highlighting.

speaking of

else if(%oretype $= "platinum")
whoops
« Last Edit: November 11, 2012, 04:06:06 AM by Blocki »


else
if(%oretype == "platinum")

?


You should really download an editor with syntax highlighting.
For Torque there hardly are any. Sublime has a plugin that's hard to find, no idea about Notepad++, and Torison costs money.


I use notepad++ and it has good syntax coloring.

Torquedev is free.

I have TorqueDev. Its a bitch to find.

else if(%oretype $= "platinum")
whoops

Ill try that.

I made some syntax highlighting stuff for Notepad++. They're somewhere on the forums..

I made some syntax highlighting stuff for Notepad++. They're somewhere on the forums..

Ill be sure to look for it <3

Also,

I have no idea why this is doing that. Pickaxe.cs IS in the zip, and it's not invalid, I don't think.