http://forum.blockland.us/index.php?topic=174563.0Package it like I did. As for touching, that's probably not possible. The face is a floating projectile that starts to fade instantly. Walking into it probably wouldn't do anything. Then again, I haven't done much serverside coding in years, since everyone hated anything I made.
Might as well have just spoke Japanese, O.o I appreciate the help but I don't understand any of that, I got lost at arguments.
package PrepperCollision{ function armor::onCollision(%this, %obj, %col, %norm, %speed) { //do some stuff //%obj is of datablock %this, and collided with %col at %speed (direction %norm) parent::onCollision(%this, %obj, %col, %norm, %speed); }};