>>493
GMのヘルプ
>The Game Maker Language (GML)
>GML Language Overview
>With constructions
の一番下にある例がまさにそれだな。

with (all)
{
if (distance_to_object(other) < 50) instance_destroy();
}