
frankcottnj
USA
Asked
— Edited
i have a script for jaw movement and a script for the say wait movement only one script can run at a time. in other words either the servo jaw runs or the voice comes out not both, how do you fix this
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
Based on your post activity, we found some content that may be interesting to you. Explore these other
tutorials and community conversations.
You will want to use a ControlCommand() in the script with the saywait() command which will start the jaw script, the jaw script should be looping so it's always moving while talking and then once the talking is finished use another ControlCommand() to stop the jaw moving.
Something like this... ("Script" is the name of the script you want to start and stop)
Code: