public void OpenTips(string script) { gameSystem.AudioController.FadeOutBGM(0, 500, waitForFade: false); gameSystem.TextController.ClearText(); gameSystem.CanSave = false; tipsManager.Hide(delegate { gameSystem.PopStateStack(); BurikoScriptSystem.Instance.CallScript(script); }); }