Author Topic: Where's the syntax error?  (Read 974 times)


I don't see how the = is the error.
Can I get an explanation/solution?

missing semicolon after comAirCannonTrailEmitter

Can I get an explanation
Like he said, missing semicolon after comAirCannonTrailEmitter, but you wanted an explanation.
The ## error markers are always below the actual error. Just a quirk of torque I guess.

Just a quirk of torque I guess.

If I had to take a guess, it probably thinks you're trying to refer to a particleEmitter called "comAirCannonTrailEmitterbrick ExplosionRadius" but then gets confused when it sees =, hence putting the error halt at =.

If I had to take a guess, it probably thinks you're trying to refer to a particleEmitter called "comAirCannonTrailEmitterbrick ExplosionRadius" but then gets confused when it sees =, hence putting the error halt at =.
Ah, that makes a lot of sense actually.

this always happens
i get the error, get confused why its not where the problem is, and then someone points out where it actually is, and its really obvious