I just started looking into LUA a little here. I have been doing some programming before (VB, VBA, Delphi...) so it wasn't too hard to get started.

http://dl.dropbox.com/u/19247240/hl_freehand.lua
This is a MOD of LM:s original freehand tool 6.0
(Only used and tested by me on AS 6.2.)
In the Freehand options dialog there are now some extra buttons for fast choosing of presets. Handy if you have a few favorite settings that you want to be able to switch between, fast and easy.
The preset values are hardcoded inside the tool script itself, but they are easy enough to edit to your own liking... I put some helping texts inside the script too, so that you can find where to put in your own values and button texts...
I guess it shouldn't be too hard to write a script where you can set the values for the different option buttons directly from inside AS, writing the data to the settings preferences file... but, well, this works good enough for me.

(oh and I also changed that strong red preview stroke color to a simpler dark grey... that red color always jumps into my eyes...)
Comments?