Only take it out of that one line.
initContainerRadiusSearch(%obj.getPosition(), 150, $TypeMasks::PlayerObjectType, %obj); // %obj is the player, not %this
This line should become
initContainerRadiusSearch(%obj.getPosition(), 150, $TypeMasks::PlayerObjectType); // %obj is the player, not %this