Preview:
* isNaN $arg1 // Returns wheter an Input is a Number or not.
* abs $arg1 // Returns the absolute value of an Input.
* isLetter $arg1 // Returns wheter an Input is a Letter or not.
* round $arg1 // Rounds an Input and returns it.
* base_convert $arg1 $from $to // Converts an Input from one Numbersystem into another. (Binary -> Oktal)
All other commands are listed in the \SwissScripts\other\README.txt
Usage:
1) Extract the scripts Folder and put the SwissScripts folder and the exec.cfg into the same folder as your autoexec.cfg
2) Add following line to the autoexec.cfg: exec exec.cfg
Your folder with the autoexec.cfg should look about like this:
\.
\..
\SwissScripts
\autoexec.cfg
\exec.cfg