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
Yes, you still need to persist them. They don't have upvalues / aren't lambda functions. This same behavior would happen with functions.
I had this conversation on the discord with divran, I could just disable the code that makes non-@persist variables be reset anyways, and this would work as if it did have upvalues, but that would mess with code relying on them to reset.
Oh I completely ignored @outputs, weird. Let me look into it rq
The new E2 Events seem to forget variables set outside of them as if they aren't persisted.
This example only prints 1 once and then proceeds to only print 0 afterwards.
The text was updated successfully, but these errors were encountered: