-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
ExprSecRunnable #7389
base: dev/feature
Are you sure you want to change the base?
ExprSecRunnable #7389
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too much rn didn't have time working soon
personally, i don't think this should be compared to a runnable. it could be a handy feature (not sure how i feel about it yet), but it definitely isn't and probably shouldnt't be documented as if it was comparable to java's runnable. |
Just a side note, if you wanted to PR actual runnables like Java, a basic syntax for it is already in Skript, available in the test environment. See ExprSecRunnable. |
Description
This PR allows users to create a type of Runnable by having code within the section being ran after waiting the provided timespan. Will not halt the script from running the code after the section.
Target Minecraft Versions: any
Requirements: none
Related Issues: none