It is like the set visibility in the “then 1” path is locking the set visibility in the “then 0” so it does not trigger.
Please tell me I’m not going crazy?
Thank you.
Please tell me I’m not going crazy?
Thank you.
When the interpreter sees a delay in a sequence, it will drop that line of execution, and come back to it after the delay has ended.
If other code it runs during the delay updates any relevant variables, things won’t work as expected.
Is there any way to fix this or get around it?
Don’t modify anything during the delay?
( if this is the problem )