how can i check if my bow hits something,
i have this, but i think thats not the right projectile usage or something
package exp
{
function bowProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
Parent::onCollision(%this,%obj,%col,%fade,%pos,%normal);
error(%this);
}
};
activatePackage(exp);
ty