I want EA to ignore previously drawn objects
-
I made an EA. It looks for up or down arrow and if find one, open position. But when I load the EA, it is finding the previously drawn arrows and immediately open position. I want EA to find arrows after I load the expert, ignoring previous arrows.
Can anybody help me -
You can substitute the 'once per object block for this one:

-

Your condition block did not work but this configuration worked. Thank you for your help
-
Good to know. You're welcome.