6c7b6532-6d01-4197-9700-4ed697ba78aa
1.0
2014
var next_section = 0;
function scrollOffTop() {
var name = "scrollsection" + next_section++;
StartOutputSection(name);
var height = $(window).height() - $("#status").height() - $("#txtCommandSpacer").height() - $("#txtCommandDiv").height() - 35;
console.log(name + ", " + height);
addText("
");
EndOutputSection(name);
HideOutputSection(name);
}
]]>
OutputTextNoBr(game.js)