Thanks everyone for the help. I actually do have a business use for the use of the agent. I work for an agency that deals with handicapped individuals. We have a numer of user that are blind, and the audio feedback would be good for them. We also use the Genie as part of the help system on our Intranet. I wanted to maintain consistency with that by utilizing it in the logon script.I'm unable to use the "Wait" because I'm only dealing with a single agent. I also can't use the "Sleep" method because I have to deal with everything from Pentium 75 computers to 2.0 GHz P4s. I can't determine exactly how long the different functions will take and really need to be able to check the status. I'm also using Kix2001 and therefor would be writing it using COM, not OLE.
I've got everything else working and have, for some time. The problem is making KIX wait for all of the animations to finish, without using a sleep statement. In otherword, I'm trying to convert these 2 lines into KIX SCript:
set Request1=figure1.speak("Welcome to the new network")
Do Until request1.Status = Complete
Thanks again.