public void KnifeHit(float damage) { damagetosend = damage * damagemultiplier; Npcc.HitByKnife(damagetosend); Npcc.GetStabbed(); }