Error 35

variable name longer than 256 characters

Variablenames cannot be longer than 255 characters.

This does not work:

OnceUponATimeThereWas......AndTheyLivedHappyUntilTheyDied = Effector.RotationX;

Please give the variables short, but meaningful names. It will help you understand the script later.

effector1_velocity = speed( Effector1.Position );

Xpressionist 3