9 Script Files ↑
9.1 Script File Columns
A script file is a text file formatted into five columns, using either tabs or commas as delimiters to separate the columns.
Blank lines, as well as lines beginning with <!—
, will be ignored.
# | Heading | Contents |
---|---|---|
1 | module | Specifies the module to be used to execute the command. |
2 | action | The action to be taken by the indicated module. |
3 | modifier | A field used to modify the effects of the action in some way. |
4 | object | Names the object of the action. |
5 | value | Specifies a value to be assigned, or to be compared. |
Next: Scripting Modules