I answered my own question it was a simple instance variable:
Object 3 instance variable=2
If you Shoot Object 1 then subtract 1 from Object 3 instance variable
If you Shoot Object 2 then subtract 1 from Object 3 instance variable
If Object 3 instance variable=0 then destroy Object 3
Thank you for the response.