Description Command

Specifies the string as part of the adventure description in the file header. The description string is displayed in the Adventures and Lessons dialog box.

Syntax

Description string

where string is the description you want to include in the file header. The maximum character count for string is 255, including the spaces that the compiler inserts at the end of each line in a multiple-line description.

Remarks

You can use multiple Description commands as long as the total size of the description fits in the file header. If you use multiple Description commands, a space is automatically inserted between each string. The space inserted counts toward the length limit.

Example

DESCRIPTION "This is line one."

DESCRIPTION "This is the second line."

Result: This is line one. This is the second line.