updateStatus

JS.updateStatus(string text)

Puts the given text into the status pane on the right. This should be formatted in HTML; for example, use
to indicate a new line.

JS.updateStatus("Money: $45<br/>Health: 23")