Init.disk
From AGI Wiki
Jump to navigationJump to searchThe 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:
<syntaxhighlight lang="agi"> init.disk(); [ who knows what this does on a non-PC system? </syntaxhighlight>
Technical Information
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 127 (0x7F hex) |