Skip to main content

VECTORS

The <VECTORS> section is where you define your VECTORS. Even though you can define them later on in <MACRO> and <FUNCS>, this is a convenient way to define values that you want to stay constant (however, they are not actually immutable).

Here's an example of when it would be useful to use one (refer to this page for more information):

<VECTORS>
$line_start = 50,50
$line_end = 100,100

<MACRO>
@cursor [$line_start]
|[MB_LEFT] # Draws, assuming holding left will start drawing #
@cursor [$line_end]