Aegisub/automation/include
Niels Martin Hansen d3a4f9d1c1 More Automation docs updates.
Clarification of the xor function in utils.lua.

Originally committed to SVN as r511.
2006-07-30 21:51:17 +00:00
..
karaskel-adv.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
karaskel-base.lua Originally committed to SVN as r287. 2006-04-02 00:01:35 +00:00
karaskel.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
readme.txt Automation scripts updated, mainly heavy commenting on the demo scripts. Updated readme files for script directories. 2006-07-10 22:07:24 +00:00
utils.lua More Automation docs updates. 2006-07-30 21:51:17 +00:00

readme.txt

This directory contains standard include files for Automation.
By default, this directory is included in the Automation Include Path, which
means the files here are always available for use with the include() function.

See the Aegisub help and the individual files in this directory for more
information on their purpose and contents.


DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY OR ADD YOUR OWN FILES,

any files added or modified might be deleted or reverted upon upgrade or
uninstall of Aegisub.

A better solution is to create your own include directory and put it in the
"Automation Include Path" in the Aegisub config.dat file. The path
specifications are separated by pipe characters ("|"). Using this method, you
can also override the default includes with your own, modified versions, by
placing the path to your own versions earlier in the path list.