Author Topic: Blaster  (Read 1328 times)

What is the use of this weapon?
It never seems to damage.

The scripter died before finishing maybe.

It used to deal damage, but after a semi-recent update Ephi or someone changed it for one reason or another. If you want it to deal damage, you can edit the code yourself.


make it the tele gun.


NVM I don't know how to grab the projectiles position, or change a players for that matter.
« Last Edit: September 27, 2006, 04:45:40 PM by Anti-Cop »

i fixed the blaster very simply
projectileShapeName = " ";  change that

function blastProjectile::onCollision(%this,%obj,%col,%fade,%pos,%normal)
{
   weaponDamage(%obj,%col,%this,%pos,blaster);
}
add that to bottom