14 lines
419 B
Text
14 lines
419 B
Text
|
|
A FREAX script file is actually a bunch of
|
|
strings representing commands and executables.
|
|
|
|
An example script is provided at the path
|
|
'/system/demos/script.tsf'. Note that the
|
|
header is VERY necessary, as without it the
|
|
script parser will not be able to recognize
|
|
the code.
|
|
|
|
Useful commands:
|
|
@/scomment - comment out strings
|
|
sdelay <seconds> - delay execution for set time
|
|
secho [text] - output text/newline to console
|