I’m calling in a function from this script into another script and everythigns fine , but it says i need a ; at the end of the first line , its just a little snippet of the code
`var other : cam shake; // THIS LINE
other = gameObject.GetComponent(“cam shake”);
function Start () {
other.RayShoot ();
BulletsLeft = BulletsPerClip;
muzzleFlash.emit = false;
PHitParticle.emit = false;
}
`