How would I have a projectile detect a .dts/collision rather then a brick.
This detects the brick "Test", What would detect a .dts called "Test"?
function ToolProjectile::oncollision(%this,%obj,%col,%fade,%pos,%normal)
{
if(!isobject(%col)){return;}
if(%col.getDatablock() $= nametoid("brickTestData"))
{