void throw(int damage, int type, int Vx, int Vy, int Vz, int face)
{//Damage as throw finisher
void self = getlocalvar("self");
void target = getentityvar(self,"grabbed");
int z = getentityproperty(self,"z");
int tDir = getentityproperty(target,"direction")...