Applescript and TotalFinder

I understand I can send ‘tell’ instructions to finder as before for regular activity. But what is the code for TotalFinder-specific actions (notably creating and opening double tabs - I want to create script to create three instances of TotalFinder each with two separate tabs open).

Thanks
PS Totalfinder is just SO much better and more usable than Path Finder…

TotalFinder does not expose any native applescript interfaces beyond what can be seen in this file:

I believe for your scenario you can automate TotalFinder injection and then use System Events to automate keystrokes:

I’m willing to add new applescript commands to help TotalFinder automation, but it is a large task. Let me know what API would you find useful if keystrokes approach does not work for you.