The Ai Trainer Scripting Engine

For scripting reference please see included help file.

Command Line Options
-show                   show gui scripting control (suggested for beginners)
filename.ats         preload scripting file  (you can load more than one)
script=title           run the script title
stype=type          type of script to run (effect, condition, procedure, effect)


Example calls:
Open The Engine
ats.exe -show

Open Two Files
ats.exe myfile.ats myfile2.ats -show

Run Script
ats.exe myfile.ats script=SCR~MYSCRIPT stype=effect