Init.disk

From AGI Wiki
Revision as of 21:33, 8 April 2019 by Andrew Korson (talk | contribs) (Created page with "The '''init.disk''' command presumably formatted a floppy disk for save game use on non-PC systems. == Syntax == init.disk(); == Remarks == In the PC version of AGI, this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The init.disk command presumably formatted a floppy disk for save game use on non-PC systems.

Syntax

init.disk();

Remarks

In the PC version of AGI, this command points to a null function and does nothing. Details of this command on non-PC systems has not been fully explored.

Possible Errors

Unknown.

Example

Code:
init.disk();  [ who knows what this does on a non-PC system?

Technical Information

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

See Also

System Commands