Barry the baldy 0 Posted February 26, 2002 OK im going to explain as best i can so please bear with me... Say i have told a heli to go pick up a group and drop them off at a city then hold above the city, and i want to execute a script for the heli while its holding... how do i make the script wait until the heli has done all its work until it executes the script? I hope that made sense... Thanks in advanced for any help. Share this post Link to post Share on other sites
Rastavovich 0 Posted February 26, 2002 Try the "unitready"-command. That command checks if the unit is not busy/ has no commands to follow. Syntax: unitready unit returns true/false. Share this post Link to post Share on other sites
Barry the baldy 0 Posted February 26, 2002 Aaaaahhhhh perfect thanks... tried everything but missed that command in the command reference. thanks again. Share this post Link to post Share on other sites
Rastavovich 0 Posted February 26, 2002 You are welcome. Share this post Link to post Share on other sites