I'm trying to train a command, accept the command, then print to screen when the command is active.
1st Question: Should I use time.sleep(> 8s) function between the training and accepting action to have enough time to train the command? Is this the right idea?
2nd Question: Is mentalCommandActiveAction the right function to use if I want to print out the command that is detected in real time?
Hello,
I'm trying to train a command, accept the command, then print to screen when the command is active. 1st Question: Should I use time.sleep(> 8s) function between the training and accepting action to have enough time to train the command? Is this the right idea? 2nd Question: Is mentalCommandActiveAction the right function to use if I want to print out the command that is detected in real time?
Thanks for your time and help.
Class
Code
Output