TLDR
I would like to know if there is a command to reset all Variables passed as True back to false.
I use Boolean variables to limit commands to specific interface menu pages and reset them one by one during voice end-point commands executions or the menu exit command. The issue is that certain in-game commands can be given directly with keyboard inputs and thus not registered by VA and therefore, leaving boolean variables as true.
I would like to assign a "reset all boolean variables command", if there is one, to the open menu command, so all variables are reset from the start.
[Jester] (Open Menu Command) > [Navigation] > [Destination] > [Waypoint 1] (End-point command)
To be precise, I'm making a profile to voice control DCS F-14 Jester interface, which has several pages and end-point commands.
Thanks