I announced an ice flower type power-up in ASM. But it has a bug that can only be fixed with this command. A command like,
"if projectile (id) collision= enemy (id)" then it plays a command. What it's telling PB is if a projectile hits an enemy with a specified ID, it plays commands only with that enemy. You're probably wondering, "why not just use projectiles enemy collision commands in projectile settings?" Because it executes commands on all enemies on the screen. So that's the problem.