another one questtion :
C-SCrip :
var angl[3];
....
angl.pan = 90;
angl.tilt = 180;
In C-Lite ... we can't uses pan and tilt for the var[3] and VECTOR... So do we have the Angle object ???
I can't believe that this worked in c-script, because you define a var and use it later as a pointer!
For using angl like angl.pan = 90; you have to define it as ENTITY* angl.