Init.disk: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
m (1 revision imported)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 00:03, 3 June 2024

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:

<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)

See Also

System Commands