You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that would be useful is simulate hold items so to hold a set of specific items to get the desired result when performing IST.
hold [items ...]
would also be better if you could use pipe | symbol to list multiple things in the regex with everything encased in square brackets for those specific items. ie;
The only scenario where hold is useful IMO is when you are breaking slots:
# do the smuggle
hold 1 shroom 1 pepper
# break slots
sell all shroom all pepper
This is achieved in the simulator with the break command
break 2 slots with all shroom all pepper
In other cases, you hold an item usually to drop/remove it, in which case you can use the remove command. If you want to indicate that hold is required for a step, you can use a comment.
Is there a specific scenario you have in your mind where simulating hold is useful? Or a state where holding and not holding makes a difference?
Something that would be useful is simulate hold items so to hold a set of specific items to get the desired result when performing IST.
would also be better if you could use pipe
|
symbol to list multiple things in the regex with everything encased in square brackets for those specific items. ie;Also when simulating holding of items, subtract N number of items currently listed.
The text was updated successfully, but these errors were encountered: