Afk for X mins (IRL pref) =
afkFor(00:XX)
Variable gather (to look less bot like) = Startgathering(x-y)?
Afaik theres no randomization yet. There was a request for different random things in scenario so it will be available someday.
Enter door (this one im not sure is possible but since i dont have a house i craft scenarios in my private chambers in FC house) so a warp to mist use door to enter house use door to enter priv chambers.
teleport(Estate Hall, X) – X is estate number if you have many.
//navigate to door
teleportNpc()
//navigate to chambers
teleportNpc(2) – If you have a workshop line 2 will be private chambers.
You can use teleportNpc(3-XX) to enter any room with number XX.
Also is there a command to put in scenario to make the last step of crafting collectable
setCraftCollect(on)
This enables option on crafting tab. I also disable it in scenario when done to make sure i dont forget about it later.
setCraftCollect(on)
craft(20)
setCraftCollect(off)
Also take a look at ? button on scenario tab it lists all functions with documentation.