| 1. |
How Do We Call One Script-fu Script From Another? |
|
Answer» The TRICK to calling script-fu-scripts from another script is to just reference the main define for the script and not to try to use the pdb CALL. All the scripts in script-fu share a common NAME SPACE; you call other scripts just like a regular function / define / whatever you call those those things in_scheme. The trick to calling script-fu-scripts from another script is to just reference the main define for the script and not to try to use the pdb call. All the scripts in script-fu share a common name space; you call other scripts just like a regular function / define / whatever you call those those things in_scheme. |
|