Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Condense excess commands into the dialog node #96

Open
sebulba69 opened this issue Sep 23, 2023 · 2 comments
Open

Condense excess commands into the dialog node #96

sebulba69 opened this issue Sep 23, 2023 · 2 comments
Labels
command Related to a CommandResource discussion enhancement New feature or request

Comments

@sebulba69
Copy link

sebulba69 commented Sep 23, 2023

Request

The comment, set variable, goto, and return commands all do not need to be their own separate commands and can be condensed into the dialog command.

The fact they're all separate means there's an insane amount of clutter on the timeline when there really doesn't need to be. The only thing I want to see on my timeline is the dialog I've written.

Reference

Here's a crude MS Paint mockup of an idea for how to condense these nodes into one.
image

Additional information

You can also make an argument to move the wait time into the nodes with a default time of 0 or something to indicate you don't need to wait by default before moving. Although, it's still nice to have this as a separate node, so if this is done, please let me use Wait as a separate option.

@sebulba69 sebulba69 added the enhancement New feature or request label Sep 23, 2023
@AnidemDex AnidemDex added command Related to a CommandResource discussion labels Sep 23, 2023
@AnidemDex
Copy link
Owner

Interesting idea. Commands are now being worked on https://github.com/AnidemDex/Blockflow but this is strictly related to dialog commands.

What do you think @Crystalwarrior ? Blockflow has CommandCollections and we can group commands in a collection to show it as a single command

@Crystalwarrior
Copy link
Collaborator

Interesting idea. Commands are now being worked on https://github.com/AnidemDex/Blockflow but this is strictly related to dialog commands.

What do you think @Crystalwarrior ? Blockflow has CommandCollections and we can group commands in a collection to show it as a single command

Yee, I also remember we discussed merging the "Wait" command into all commands innately so any command can cause a delay before letting the next thing process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command Related to a CommandResource discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants