]]> ]]>
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 + "")
]]>