I ran into an issue again.
What do the arguments your using for Triggname::OnEnterTrigger stand for?
Is there a way to pass the bricks ID on to the onEnterTrigger?
%this is the trigger's datablock,
%trigger is the trigger, and
%obj is the object that entered the trigger.
To get the trigger's brick do
%brick = %trigger.brick;