This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
FREAX/etc/manuals/custom-script
2022-07-18 19:33:40 +02:00

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