void Update() { if (Input.GetKeyDown(KeyCode.K) && rangeCheck == true) { ms.Revive(); H.fullHealth(); ds.unDie(); rangeCheck = false; } }