private void Update() { if (!buttons.AreButtonVisible() && Input.GetKeyDown(KeyCode.Space)) { lua.AdvanceScript(); } }