Kaelozim
09-30-2010, 05:51 PM
Quick question. If I want a condition to persist throughout the script but allow the script to operate as normal while still looking for the condition how would I do that? From what I understand if I put something like:
<CODE>
respond "***WAITING FOR OFFER***"
waitfor(" offers you ")
respond "***After waitfor***"
</CODE>
It would pause indefinitely until it hears "offers you". What I'm trying to do is simply listen for an lnet message while the script is running so the client can inform me when this is his last box so I can clear him out of the line and move on to the next one. Any ideas?
<CODE>
respond "***WAITING FOR OFFER***"
waitfor(" offers you ")
respond "***After waitfor***"
</CODE>
It would pause indefinitely until it hears "offers you". What I'm trying to do is simply listen for an lnet message while the script is running so the client can inform me when this is his last box so I can clear him out of the line and move on to the next one. Any ideas?