action move_bullets is missing a bracket at the end. Thats why function aiming is popping up as an error, the compiler is expecting a bracket but didnt find one and so falls over at that function.

Try changing the order of functions so another function is called after action (before you set the close bracket in) and see what the compiler says.

Last edited by TigerTao; 07/09/08 22:37.