it'd be easier done with a variable.
Every time one of the monsters is killed, add 1 to an empty variable.
when the time comes to check and see if all the monsters are dead, check to see if the variable is equal to the number of monsters they have to kill
edit: belongs in troubleshooting, not tutorials