Hey I'm trying to set up a profile to mill herbs and turn all the pigment to inks and it's getting stuck on leftover pigments. here is the argument I have setup:
Code:
If(InbagCount (61979) >2)
|_ R: Blackfallow Ink x0 (0)
This works and creates all the possible Inks, but if there is an odd number of pigments it hangs and keeps trying and trying to make another blackfallow ink, meanwhile i have tons of pigments for other ink waiting to be used.
I made it work by changing "Ignore Condition until done" to "False" for all the If statements but I don't know if this is the proper way to do it, im not so good at coding lol. This didnt work for every ink either, I can't tell why not.
Additionally, I am trying to make it mail all finished inks to a bank alt, collect herbs from the mailbox, and repeat the process until the mail is empty. I cant get it to mail the inks to my bank alt at all, and when i try and make it loop back to the start it just gets stuck trying to loot the mail even tho bags are full.
Any help here? Profile attached for people to take a look at