Ok.. so this?
function ScaleJetRayProjectile::Damage(%this,%col,%client,)
{
%col.setScale("0.1 0.1 0.1");
}
WAIT, I think I get it, so because I have "%client" as the 3rd arguement, I should make the line like so?
{
%client.setScale("0.1 0.1 0.1");
}
Try actually reading what I say.