Error 33

operation only defined for vectors and floats

Some operations do not work with vectors, some not for strings, e.g.

This does not work:

a = Ball.Position % 2; // cannot compute module of a vector

Xpressionist 3