Status.line.on

From AGI Wiki
Jump to navigationJump to search

The status.line.on command enables and displays the status line.

Syntax

status.line.on();

Remarks

The status line, which displays the current score and sound on/off status, is added to the display, and is enabled, so future changes in score and sound status will be updated.

Use the status.line.off command to hide and disable the status line.

Possible Errors

None.

Example

Code:
if(said("show", "status"))
  {
  status.line.on();  [ it's that simple
  }

Technical Information

Required Interpreter Version: Available in all AGI versions.
Byte-Code Value: 112 (0x70 hex)

See Also

Display Commands
configure.screen
status.line.off