static void runInMCVarWithAutoRestart(S varName, S programID) { runInMCVarWithAutoRestart(varName, programID); } static void runInMCVarWithAutoRestart(S varName, S programID, O afterReload) { set(mc(), varName, runDependent(programID)); callF(afterReload); autoRestartModule(varName, programID, true, afterReload); }