hey,
the problem with your code is that in lines 104 through 112, you have some object made that are supposed to be bullets...object numbers 1 to 100 are being used as bullets so change these lines:
make object cube 2,-6000
rem texture object 2,3
rem Make Gun
Make object cube 1,2
Fix object pivot 1
Scale object 1,100,100,500
position object 1,0,-7,15
Lock object on 1
rem texture object 1,2
to;
make object cube 112,-6000
rem texture object 2,3
rem Make Gun
Make object cube 111,2
Fix object pivot 111
Scale object 111,100,100,500
position object 111,0,-7,15
Lock object on 111
rem texture object 1,2
that worked for me here....
cheers,
Bishop
"When you were born, you cried and the world rejoiced. Live so when you die, the world cries and you rejoice."
You see my avatar? I made that ninja!!