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

Allows jump to be a variable, making the jump event dynamic #2495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kirbynator
Copy link

@kirbynator kirbynator commented Dec 20, 2024

I noticed that the jump event could not be set to a variable. This pull request is to add that feature.

How to test:

  1. create a dialogic variable in the default VAR folder.
    image

  2. create a timeline with a jump event with the name of the variable and have it jump pass an end time line event to a label with the name of what the variable is set too.
    jump {jump_demo}
    Failed
    [end_timeline]
    label variable
    Success

  3. Run the timeline. You should see the dialog that it jumped too.

@kirbynator kirbynator changed the title Allows label to be a variable, making the jump event dynamic Allows jump to be a variable, making the jump event dynamic Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant