I clearly am not understand what you are trying to tell me. I tried putting the loop command around the conditional block, in the conditional block and below the conditional block, none of the seemed to work, So I tried to simplify it for me and ended up trying this
Begin Text Compare : [statusFlags] Contains 'FsdMassLocked'
Write 'TXTfull power' to log
End Condition
Pause 10 seconds
Begin Text Compare : [statusFlags] Does Not Contain 'FsdMassLocked'
Write 'Txt:Enable FSD' to log
End Condition
This did not work either.
I am trying and have read what I could find on line about where and how to use loops, but even that was above my experience level.
I feel I am just wasting your time, you giving me hints as to what I am doing wrong, but even those hints are above me it would appear, I think I do not know enough about the programing language to even understand what I am told.
I have found something Exergist posted "Wait for process window to activate", to see of an example of how it is used, but that just brought me to a full stop confused.