-
Notifications
You must be signed in to change notification settings - Fork 302
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
[BUG] combining sleep
with at random
does not work (level 3)
#2431
Comments
Thanks @thjazi39 for bringing this to my attention |
It surely has something to do with this issue: #1753 |
This is definitely a related issue. It seems like sleep has an issue handling variable/s and only works directly with integers. |
Hi! I would like to try and fix this issue! Currently working on it if that is ok |
Absolutely! |
I tested this again, and now it works, so I think this issue has been solved? |
Yes, closed by #2697, thanks for checking @juliabolt! |
Describe the bug
Also see issue #1938 with a similar problem. In this case however, when combining
sleep
withat random
, in level 3, we get an error.Paste the Hedy code & level
Level 3
Expected behavior
I would expect that it works, that
list at random
would be replaced by one of the elements, so a number, which would then determine how longsleep
would happen.The text was updated successfully, but these errors were encountered: