Comments

JohnnyRoy wrote on 8/30/2005, 5:04 PM
import MyAccounts;

foreach (Customer cust in MyAccounts.AccountsReceivable)
{
if (cust.NotPaid())
{
Bill paid = cust.BreakLegs(baseballBat);
}
}
~jr
Marco. wrote on 8/31/2005, 12:44 AM
Wow! I was waiting for that kind of script for such a long time. Works like a charm. Thanks a lot!

There are still some bills out from productions I made with Vegas 4. Any chance to modify this script so it will also support bills based on Vegas 4 productions?

;-) Marco