If you make a custom scenario for crafting which is as simple as
job(WVR)
recipe(Patrician's Wedge Cap)
craft(1)
job(WVR)
recipe(Patrician's Coatee)
craft(1)
if you remove the job(WVR) it should just go straight to crafting the next item. (leave the first one for redundancy)
job(WVR)
recipe(Patrician's Wedge Cap)
craft(1)
recipe(Patrician's Coatee)
craft(1)
This is of course assuming you have more than just one thing to craft, if you want to stay in the crafting log for some reason, I am not too sure. Most issues could be solved by just making a huge scenario of all the things you want to craft.
-
This reply was modified 5 years, 5 months ago by imKin.