%brick.enableTouch = 1;
also, why isn't this working?
package a
{
function Armor::OnCollision(%this, %obj, %brick, %vel, %splatSpeed)
{
talk(%this SPC %obj SPC %brick SPC %vel SPC %splatSpeed);
return; parent::OnCollision(%this, %obj, %brick, %vel, %splatSpeed);
}
};