Format of script commands |
- Each script command has its own line.
- Blank lines are ignored.
- Comments within a line are made possible with the sign //.
- Each line starts with the script command, e.g. pos
- Screen elements are in square brackets, e.g. [Translation dte]
- Screen coordinates are in normal brackets, e.g. (8,0)
- To use inverted commas ” within strings in scripts use double inverted commas “”
- GuiXT script lines can be up to 4000 characters long
|