Small error with the window I want to note first thing.
If you move a line up the numbers get mixed up where you could have 2 line 2s. This gets corrected if you save and open the file again. I found it annoying but not bad enough to fix just yet.
The window is pretty self-explanatory but I thought I would write a little post about how it works with examples.
You have a decent list of actions with inputs
You pick your action and once it is complete many it moves to the next line
Many actions allow you to select a line to go back to previous lines or skip upcoming lines to a future line
If you use notepad++ you can edit the JSON lines a little easier than the program window for things like copy paste or duplication of sections
Most annoying part I found was if you get loop back or loop forward and need the exact line # if you add or remove lines you need to remember to fix all the jump to line #s
Here is an example of one section of my pirates chart automation JSON
I may make a more advanced guide if it is needed but I think it should be pretty simple to write when you see one for most people.
Opening doors or talking to NPCs needs a .txt file just look at the example JSON then look at the .txt files it calls to get a good understanding of how it all works.
Some quests mission and activities will be much easier to automate than others.
I got a completely automated Pirates chart
it boards the ferry it fishes until a set amount of marlin are caught it gets off the boat navigates to zaldon trades zaldon until you get a pirates chart then navigates to the ??? in valkrum then pops the 3 NMs and fights them
eventually i'll make it stop if a kris drops but if no kris it either goes back to zaldon if the char still has marlin or back on the ferry if not
once I got the hang of it making this file was not difficult at all.