BluePhaze
I'm confused. Since angle of motion is circular, isn't everything greater or lesser than a number?
I tried it with 2 contitions each:
If Copter.Bullet.AngleOfMotion Lesser or equal to 45 and
If Copter.Bullet.AngleOf Motion is Greater or equal to 315 then
Copter Rotate 1 degree toward 10
If Copter.Bullet.AngleOfMotion Lesser or equal to 225 and
If Copter.Bullet.AngleOf Motion is Greater or equal to 135 then
Copter Rotate 1 degree toward -10
If Copter.Bullet.Speed Less than 2 then Copter Rotate 1 degree toward 0
That didn't work though.