Total Members Voted: 216
The MP7 is the best looking one. Describe 'poopy'.
//All thanks go to Port!function ProjectileData::damage(%this, %obj, %col, %fade, %pos, %normal){ %chestTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $chestTest ); %headTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $headTest ); %legTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $legTest ); %armTest = matchBodyArea( getHitbox( %obj, %col, %pos ), $armTest ); if( %chestTest ) { YOUR SILLY CODE HERE } %col.damage( %obj, %pos, %damage, %this.directDamageType );}