INDEX

[SETUP] (start a block of setup notes)


Purpose:

Starts a block of notes.

Used with:

Any DirectConnect device script file.

Discussion:

Authors of game scripts may wish to provide information on setup and use of a game, and include particulars about the game itself (software manufacturer, title, version number, etc.). The [SETUP] section provides a clearly marked block of script notes that can be imported by external applications.

Entry:

[SETUP]
notes
notes
:
:
notes
[END]

Example

Restrictions, notes:

  1. At the present time, if you use /**/, // or the [SETUP] block for comments, and then edit the script file with the ThrustMapper, all comments will be stripped out of the file.
  2. An [END] statement must be paired with a [SETUP] statement.
  3. // or /**/ statements are not needed or used within a [SETUP] block.
  4. Nesting of [SETUP]. [MACROS], and ] [CONFIG] blocks is not permitted. Example of illegal nesting.


prev home next