How do I call one script-fu script fromanother?
The trick to calling script-fu-scripts from another script is to justreference the main define for the script and not to try to use the pdbcall. All the scripts in script-fu share a common name space; you callother scripts just like a regular function / define / whatever you callthose those things in_scheme. Ie, to call script-fu-predator in ascript, just use • (script-fu-predator img drawable 2 TRUE3 TRUE TRUE) For examples, see • http://adrian.gimp.org/scripts/test.scm .