ShootOnClick_Hold=1;//Enables it
ShootOnClick_ShootDelay=100;//how long untill fire when you click fire
ShootOnClick_ReShootDelay=100;//how long untill next fire after hold down click
ShootOnClick_ProjectileCount=2;//how many guns you have
ShootOnClick_RequiredSlot=0;//you you must be in order to shoot
ShootOnClick_Sound=RocketExplosionSound;//sound it plays
ShootOnClick_Projectile[0]=gunProjectile;//what type of projectile comes out
ShootOnClick_Position[0]="0 3 0";//the position where the bullet comes out--------looking for this?
ShootOnClick_Velocity[0]="120 0 0";//How fast/angle the bullet comes out
ShootOnClick_Scale[0]="1 1 1";//size of projectile
//-------------add another one of these for your 2nd projectile. dont forget to change the
- numbers for each one you make.
ShootOnClick_Projectile[1]=gunProjectile;
ShootOnClick_Position[1]="0 -3 0";
ShootOnClick_Velocity[1]="120 0 0";
ShootOnClick_Scale[1]="1 1 1";