You can click ‘?’ button on scenario tab to get a list of functions.
Its also in the sticky forum thread: https://miqobot.com/forum/forums/topic/beta-scenario-scripting-engine/
The answer to quick synth is there too.
Yes, Quick Synthesis usage is planned in the future updates.
However, please note that Scenario Engine already has an alternative:
solverPreset(fastest)
ignoreQuality(on)
craft(max)
This will make Miqobot synthesize an item of your choice as fast as possible.
It’s not as fast as Quick Synthesis, but it has several advantages:
- Crafting Solver is not limited in count. (Quick Synthesis is limited by 99 crafts.)
- Crafting Solver can synthesize any recipe. (Quick Synthesis is not allowed for certain master book recipes.)
- Crafting Solver can synthesize reliably with minimum stat requirements. (Quick Synthesis has a fail rate which depends on your average item level.)
So if you don’t mind the extra time spent, we recommend using this method instead.
Thank you for your request!