Aegisub/automation/include
Niels Martin Hansen 8d5776b7ea Automation scripts updated, mainly heavy commenting on the demo scripts. Updated readme files for script directories.
Removed some old code from the colorpicker.

Originally committed to SVN as r484.
2006-07-10 22:07:24 +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 Fixed stupid possible bug in utils.lua. (Forgot a local keyword in copy_line.) 2006-01-26 03:02:06 +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.