Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Wait command doesn't work. #29

Closed
Closed
@IsaiahPetrichor

Description

@IsaiahPetrichor

When using the wait command it runs the code before and then when it reaches the wait command it says "waiting for 1 seconds" and then nothing happens, the script just ends without running anything past the wait command. here is a sample script where this happens.

Testtask:
type: task
script:
- echo "before wait"
- wait 1s
- echo "after wait"

Activity

mcmonkey4eva

mcmonkey4eva commented on Sep 10, 2017

@mcmonkey4eva
Member

IIRC this issue was fixed forever ago? If not leave a comment and will look into more closely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mcmonkey4eva@IsaiahPetrichor

        Issue actions

          Wait command doesn't work. · Issue #29 · DenizenScript/Denizen2Sponge