Author Topic: Quick on projectile question  (Read 714 times)

how can i check if my bow hits something,

i have this, but i think thats not the right projectile usage or something

Code: [Select]
package exp
{
function bowProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
Parent::onCollision(%this,%obj,%col,%fade,%pos,%normal);
error(%this);
}
};
activatePackage(exp);

ty

It's arrowProjectile, not bowProjectile.