You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect this code to exit, but it keeps getting stuck in the until loop, and the reality wont complete. Full automator speed, 1.5 glyph speed enhancement. No black holes.
auto eternity 5 sec
eternity respec
until eternity {
studies nowait load name aTD
if total TT > 5000 {
eternity
}
}
The reason I believe this is a bug, is because there are two eternities firing repeatedly while this is stuck in a loop waiting to detect one.
The text was updated successfully, but these errors were encountered:
This is what the manual currently says, so I think it is a bug:
If an prestige event (ie. Infinity, Eternity, or Reality) is specified instead of a condition, then the block will always be entered and the commands within the block will repeat until the event occurs for the first time after entering the block. Note that the Automator will finish the rest of the loop and then exit after the prestige event occurs - it will not immediately exit the loop in the middle.
I'm wondering if this is a bug or a "feature".
I would expect this code to exit, but it keeps getting stuck in the until loop, and the reality wont complete. Full automator speed, 1.5 glyph speed enhancement. No black holes.
The reason I believe this is a bug, is because there are two eternities firing repeatedly while this is stuck in a loop waiting to detect one.
The text was updated successfully, but these errors were encountered: