Calling one script from another

richardbushell wrote on 12/2/2016, 5:26 AM

When using Vegas Scripting (as uncompiled C# scripts in the Script Menu folder), is there a way to call one script from another, or chain scripts so that one follows another?  So any of these:-

Can one C# script Call or Invoke another?

Or can you import or reference functions from one script to another?

Or any way of including code blocks from another text file (like a pre-processor)?

Or as a last resort even a C# working SendKeys method to Vegas (as I can then set scripts on shortcut keys)?

Anyone know if any of these are possible, or if there's another way of achieving the same objective?