GUI Script
From NFBSP
Contents |
[edit]
General
There are several top-level commands in this file, in which sub-level commands can be used. All top- and some sub-level commands must be closed with an 'END' tag. Some sub-level commands contain low-level commands which carry out a task and do not have an ending tag.
[edit]
Comments
Comments are started using a '#' char, and continue to the end of the line.
Example:
# This text will not cause an error, because it is commented.
[edit]
GUI Variables
These are structs which can be declared and used within the script with their assigned properties.
[edit]
GUI Commands
These are structs which are used to set up the dynamics of the menu.
Not Yet Fully Documented
[edit]
