thanks army! it now controls just like how a hover bilke should control :D BTW how do i fix the projtile spawn point? after that is fixed all that needs to be done is the sisge tank and animations then it will be compleat :D
shootOnClick = 1; shootOnClick_Hold = 0; shootOnClick_ShootDelay = 1750; shootOnClick_ProjectileCount = 1; shootOnClick_RequiredSlot = 0; ShootOnClick_Projectile[0] = tankShellProjectile; shootOnClick_Position[0] = "5 0 1.2"; shootOnClick_Velocity[0] = "100 0 0"; shootOnClick_Scale[0] = "0.8 0.8 0.8";
Armyunit how can you understand all this confusion stuff
Find this chunk of code in the script (it is at the end of the vehicle datablock code):Code: [Select] shootOnClick = 1; shootOnClick_Hold = 0; shootOnClick_ShootDelay = 1750; shootOnClick_ProjectileCount = 1; shootOnClick_RequiredSlot = 0; ShootOnClick_Projectile[0] = tankShellProjectile; shootOnClick_Position[0] = "5 0 1.2"; shootOnClick_Velocity[0] = "100 0 0"; shootOnClick_Scale[0] = "0.8 0.8 0.8";Increase the last number of 'shootOnClick_Position[0] = "5 0 1.2";' to a value of 3 or something.I am a magic robot alien thing with amazing hax skillz 8)Serious answer: experience and practice.
any one want to help?