51
General Discussion / Re: Multiple callsign simple smart solution
« Last post by SemlerPDX on March 25, 2025, 01:06:13 PM »SemplerPDX,
Your example is what I’m trying to achieve.
For some reason when testing it doesn’t work for me.
I can't get VA with the same lines you typed to recognize the callsign.
Weird.
I would assume that you are not respecting the proper logical flow of this concept: First VA needs to load your profile, then it needs to load some command from within that profile (set to execute anytime this profile is loaded) containing key variables used by the profile (such as the callsigns variable) so it "knows" what this variable means.... then, it needs to "reset the active profile" as an action within that command. This will reload all commands in that profile (including those with a variable in the "when I say" portion), thus populating that command with all the callsigns it just read.

It is a multi-step process to use variable command phrases, and so long as you follow the above steps, your profile will work with variable command phrases loaded from text variables. There are other ways, of course, even plugins to accomplish this, but this is the general "easy" way.