I think he is aiming for something like increase your score with every 2 enemies you kill. In that case you need to use a number attribute that I prefer to call intNum (internal number). So basically you do something like this.*Everytime you kill an enemy*Increment intNum by 1If intNum = 2,~ increment playersScore by 10~ ser intNum to 0