I've fixed the problem and committed it to SVN.
I use this short command to print values:
Commands["p"] = function(_params)
{
ExecCommand("script_run print(" + _params[0] + ")");
};
\bot p Map.liftStatus
ClassCount is internal property and it should never be used in map scripts. If there are goals for satchel, you should change MinClassCount.
Server.MinClassCount[TEAM.AXIS][CLASS.COVERTOPS] += 1;
If there are not enough BUILD goals, you should also decrease MinClassCount for engineer.
Server.MinClassCount[TEAM.AXIS][CLASS.ENGINEER] = 1;