MinecraftBot-com / MineBot-V3-Issues

0 stars 0 forks source link

[Feature]: Macro builder start component #43

Open Qeewt opened 1 month ago

Qeewt commented 1 month ago

Description

I would like to see a component that serves the same function as the default Macro Entry point. I like to keep my macros in one single macro since I find it way easier to keep it all organized. This would just make it so we could have multiple macro functions in 1 single macro. For example different tasks for different accounts.

Suggested Solution

It could either be another start point component or a form of split component that server no other purpose but to split a "line" to 2 different components. A split component would make it a but more messier with the lines but I servers more of purpose. Possibly add both.

Alternatives

Mentioned above

Additional Context

A quick example.

OnlyQubes commented 1 month ago

In regards to multiple output connections from a single output: this was how it was on v2 initially (maybe still is), but it caused too many issues for users, as complicated the control flow, not being clear what will be called first, will it run in parallel, etc

If added in the future, use the second suggested solution.