Hi all.
I came up with this handy snippet to put in a mouseUp handler of any behavior button:
-- check for behavior script editing
if (the optionKey is down or the altkey is down) and the controlkey is down and \
the environment is "development" then
edit the script of this me
exit mouseUp
end if
Bob S -- this isn't part of the snippet