Author Topic: Speaking a command to the in game text buffer.  (Read 1826 times)

Sluggo

  • Newbie
  • *
  • Posts: 13
Speaking a command to the in game text buffer.
« on: January 29, 2024, 09:26:58 AM »
I would like to be able to speak commands to the Aces High III text buffer.

I would need to open the text buffer "the ? key" and type " .salvo 2 " and then press enter .

I have tried to figure it out myself but I am unable to do it.

SemlerPDX

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 280
  • Upstanding Lunatic
    • My AVCS Homepage
Re: Speaking a command to the in game text buffer.
« Reply #1 on: January 29, 2024, 01:48:26 PM »
It is very difficult to imagine what exactly you have in mind, but you may want to open the VA Help Manual (press F1 when you have VoiceAttack in focus) and review the Quick Input section.

Not sure how you intend to call a command such as this, but for a rudimentary example, I have used the phrase "Fire Salvo" and the action to press the "?" key, wait a second (for the input field to appear) and then type out ".salvo 2", wait a moment, and press the "Enter" key.

I do not have this game, and I am not familiar with how it works at all.... this is merely an example to get you moving forward and thinking in step-by-step actions.



For more advanced functionality, you should consider reading up on logic and flow control in the following post:
"Control flow (If, Else, ElseIf, Loop, Jump) basics"
https://forum.voiceattack.com/smf/index.php?topic=732.0

Sluggo

  • Newbie
  • *
  • Posts: 13
Re: Speaking a command to the in game text buffer.
« Reply #2 on: January 31, 2024, 07:55:13 AM »
Perfect. Just what I needed.   Great write up as well..Thanks..