Uhmm, What do you mean? Something like this?
function BrickTest(%brick)
{
if(%brick.name == "Boobies")
{
%brick.name == "";//Touch them
%brick.killbrick(); //Dispose of
}
}
Just have that function call when you want it. Also, not sure if that is the correct variable for the brick name but it seems pretty generic so why not?