Difference between revisions of "Status.line.off"

From AGI Wiki
Jump to navigationJump to search
(Created page with "The '''status.line.off''' command disables and hides the status line. == Syntax == status.line.off(); == Remarks == The status line, which displays the current score...")
 
 
Line 35: Line 35:
 
== See Also ==
 
== See Also ==
  
[[Display Commands]]
+
[[Display Commands]]<br />
'''[[configure.screen]]'''
+
'''[[configure.screen]]'''<br />
'''[[status.line.on]]'''
+
'''[[status.line.on]]'''<br />
 +
[[Category:Commands]]<br />

Latest revision as of 19:08, 23 April 2019

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:
if(said("hide", "status"))
  {
  status.line.off();
  }

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