I finally got my fireing code working, but i've run into a problem. My bullet fires from the center of my turret not the end of it. How do I make it so that I fire from the end of the turret.
function fire_stuff()
if in.space= 1 and object visible(10)=0
show object 10
Position Object 10,tank.xpos ,tank.ypos,tank.zpos
set object to object orientation 10,3
endif
if object visible(10)=1
Move Object 10,1
Rotate Object 10,Wrapvalue(Object Angle X(10)-0.2),Object Angle Y(10),Object Angle Z(10)
If object position y(10)<0 Then hide Object 10
Endif
endfunction
IF your rolling along the ocean in you jet ski and the wheels fall off. Do you still have enough pancakes to cover a doghouse?
Purple, because icecream has no bones.