Hi guys
just joined this forum as I just got the progam for elite and now I'm having an issue that I've read a lot about including this forum post:
https://forum.voiceattack.com/smf/index.php?topic=3837.0So that post is what I have but I'm still getting the Not set in my log.
Here's my main command (called by voice)
// set flight mode to combat
Write [Orange] 'toggle flight mode if it is in analysis mode' to log
Execute command, '_toggleFlightMode' - passing values (and wait until it completes)
//
The execute command window has the receiving command (_toggleFlightMode) set from the dropdown
It has the 'Wait until this command completes' box checked
it has the word 'combat' without quotes in the text box under passed values
The '_toggleFlightMode' command is the receiving command and after completing what is required goes back to the main command
The first entry in the sequence should display the received text value in the log (to ensure I got the right text arriving)
// passedText1(combat ; analysis)
Write [Orange] 'the passed command was {TXT:~passedText1}' to log
So thats what I learned from the user manual and was confirmed in the forum link above but I can't get it to work.
Now as the entire code of the main command is not here, I should mention that there is a previous 'Execute command' earlier in my script but that doesn't pass any variables to it's called command, and it does return to the main command and continue.
hope someone can help
kind regards
Jon