public void Invoke() { door.SetStatus(status); if (useInteraction) { door.GetComponentInChildren <InteractionManager>().InteractNow(); } }