Ok, so recently I've been working on a type of explosive that tumbles players if they are caught in the blast, problem is, either the Add-On itself works but explodes without doing any damage, or it just doesn't show up in-game. I am very close to finishing this Add-On, and would like to see it released.
Here is the code for reference.
function ShockGrenadeExplosion::Damage(%this,%obj,%col,%fade,%pos,%normal)
{
if(%col.getType() & $TypeMasks::PlayerObjectType)
%col(tumble,5000,0);
}