I'm making a profile where a voice command sets a hotkey variable to be used as soon as I press these two keys at the same time (23).
Voice Command: Landing Checklist
Set Boolean [landingcompleted] to True
Set text [idle] to 23.
Then comes the command triggered via variable hotkey [idle] which, when checking if idle contains 23, plays an audio file.
When i press variable hotkey: idle
Begin Text Compare : [idle] Contains '23'
Begin Boolean Compare : [landingcompleted] Equals True
pause 6 seconds
Play sound, 'C:\Users\ANGUSGAMING\Desktop\A320 NEW CHECKLIST\A320 CHECKLISTS\spoilers, reverse green decel green.mp3'
End Condition
End Condition
The problem is that when pressing the idle hotkey, it does nothing. It's just like it hasn't been set! Nothing appears in the log either
I've tried different ways also using "has been set" to check the variable but with no success.
I even created a command to check if 23 is being created at idle and it is!
Now comes the weird part: If I simply edit any command in the profile and simply save any changes, if I press keys 2 and 3 at the same time the command fires correctly!
I'm completely lost on this, where's the mistake? I'm using the latest beta version of Steam.