public static void HexEditorTimer_Tick(object sender, EventArgs e) { GlobalWin.Tools.Load <HexEditor>(); if (hexeditor != null) { hexeditor.Hide(); HexEditorTimer.Stop(); HexEditorTimer = null; isLoaded = true; RTC_Hooks.LOAD_GAME_DONE(); //Start(); } }