409d3e69-58e1-4c2e-bada-5dd26dd8e600 1.0 2014 div#bar { width:100%; height:auto; background-color:#e0e0e0; padding: 2px; font-size:10pt; } div#barLeftHolder { width:80%; text-align:left; height:auto; display:inline-block; } div#barRightHolder { width:20%; text-align:right; height:auto; display:inline-block; } span.keyword {color:#000080; cursor:pointer;} ]]>

]]>
   ]]> request (Hide, "Command") // Output the css. This needs to be done whenever the screen is cleared. OutputTextNoBr (game.css) // Create the bottom bar. This only needs to be done once. createBottomBar // Set the pane contents. This can be done dynamically if things change. setCommandPane setHelpPane
about JS.eval ("$('#txtCommandDiv').after('" + game.bottompanel + "')")  " s = s + getClickableCommandLink("look", "l") s = s + game.separator s = s + getClickableCommandLink("inventory", "inv") setHTML ("commandPane", s) ]]>  " setHTML ("helpPane", s) ]]> JS.eval ("$('#" + id + "').html('" + html + "')") " + text + "") ]]>