with (obj_enemybase) { life -= 5 } with (obj_enemybullet_L) { score += 10 instance_destroy() } with (obj_enemybullet_D) { score += 10 instance_destroy() } alarm[0] = 15