Declarations
Using declarations, you can change initial properties of targets, such as position and rotation. In addition, you can add assets to the target using filepaths or glob expressions.
Format
Declarations must always be at the top of any script, before any variables/hats/functions. They are formatted like so:
#<declaration type> <declaration value>
Declaration values must be literals, you cannot reference any global variables here. Note the lack of a semicolon at the end.