According to the debugger of maniascript inside Maniaplanet i get an Error on SaveChallenge each time a install & play a track from MX.
After reviewing the bug it seems that SaveChallenge deprecated and is replaced by SaveMap.
More information about that can be found here:
http://konte.org/trackmania/maniascript/documentation.html#EditorVariables
Code:#RequireContext CGameCtnEditorPluginScriptHandler
while(True) {
sleep(60000);
log("Saving File");
declare Result = SaveChallenge("AutoSave", "AutoSave\\");
}
with kind regards,
w1lla.