View Single Post
  #2  
Old 07-18-2010, 10:23 AM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

Quote:
Originally Posted by cpmonster View Post
I'm looking for some ideas on how to complete my battle formation routine in fewest actions, ideally only one key pressed if possible by scripting.

My battle formation routine is:
  1. All fighters undocked from Mothership [CTRL + Z]
  2. All fighters in same team (With tactics set if possible)
  3. Set team to defend Mothership [E + LMB] / [RLM]

Do you have any ideas on how to complete all these actions using only keyboard?
Game script doesn't allow to execute keyboard shortcuts via script.
Game script contains two defined actions of your interest: dock and escort. There is no undock action.
The best solution for you is probably to execute the proper script via special perk. I believe the 2nd and 3rd position of your list can be automated this way. It won't use keyboard but it'll be one click action.
Reply With Quote