Quote from: R4L on Mon 06/11/2006 03:44:45
Try this:
if ((oObject.Visible == false) && (oObject2.Visible == false)){
DisplaySpeech(PG,"OK");
}
oObject would be the script name of the object that has to be off, so if the object was named One, and the other was Two, then the script would be this:
if ((oOne.Visible == false) && (oTwo.Visible == false)){
DisplaySpeech(PG,"OK");
}
This is what you mean right?
Ok, go!
But, i put the script in "Reapatedly execute"... and my pg says always "OK" but i want that he says "OK" and stop...