Currently, the script
If...
Wait for no build markers at (x,y)-(x2,y2)
Speech Beethro "No build markers at area"
Else
Speech Beethro "Build markers at area"
If End
instead of executing the first branch conditionally based upon whether or not there are build markers in the rectangle (x,y)-(x2,y2) waits for there to be no build markers at the location and always executes the first branch.
In other words, when used as a condition, the test always evaluates to true and the script then waits for that condition to evaluate to true before continuing with the first branch.
Somehow I think this is merely because Wait for no build markers at has not been added to some List of Valid Conditional Commands.
____________________________
Quick links to my stuff (in case you forgot where it was):
Click here to view the secret text
[Last edited by Chaco at 11-13-2007 11:26 PM]