-
-
Notifications
You must be signed in to change notification settings - Fork 272
Lily/MoreEvents: added "whenProjectPaused" and "whenProjectUnPause" #2040
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
base: master
Are you sure you want to change the base?
Conversation
!format |
const topBlockId = script.blockId; | ||
for (let j = 0; j < runtime.threads.length; j++) { | ||
if ( | ||
runtime.threads[j].topBlock === topBlockId && |
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.
This does not account for clones properly. The script is only going to run in one of the clones at a time since theyll have the same top block ID
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.
i am not quite sure how to fix this..
why was this closed |
wait why is this closed, i didnt meant to close it lol |
I'm not a big fan of doing this as it is interfacing with a feature that is introduced through an addon and nothing internally. I'd rather it be introduced into a separate extension like Runtime Options, not here. |
No description provided.