Status.line.off

From Sierra Wiki
Revision as of 11:19, 28 January 2022 by Andrew Branscom (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The status.line.off command disables and hides the status line.

Syntax

status.line.off();

Remarks

The status line, which displays the current score and sound on/off status, is removed from the display, and is disabled to prevent it from showing again. It will not be redisplayed until a status.line.on command is executed.

Possible Errors

None.

Example

Code:

<syntaxhighlight lang="agi"> if(said("hide", "status"))

 {
 status.line.off();
 }

</syntaxhighlight>

Technical Information

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

See Also

Display Commands
configure.screen
status.line.on