Is there a way in ECGateway scripts to include some sort of "if statement"? My script is to go out to a BBS and pick up files. I have a lot of "WAITFOR" commands based on files existing. However, if no files exist, a different string is displayed and the script times out because the expected string does not show. Upon exit, when checking "LastStatus", it comes up as failed because of the timeout. Does anyone know of a way to get around this? Thank you!