Currently, this script only works from within an individual company (ie: it must be run for each company you have individually). Eventually, I think it would be nice to make the script able to be run "for all companies" and that would also add the feature to check the company stats and automatically grab the number of aircraft for each company as well...something that's currently a manual task and needs to be supplied with the Start-Process -FilePath "msfs2024-career-maintenance.ahk" -ArgumentList "-numOfAircraft", "5" method of running/starting the script. Eventually the script can always be ready, without a terminal, and instead initiated via some keyboard shortcut.
This will take some work and has a few subtasks/challenges to pull off but it would be nice to solve:
- Not having to manually run for each company
- Not needing to manually run from a terminal
- Not needing to manually supply the number of aircraft in your fleet
The idea is that the script can always be running and then started via a keyboard shortcut/hotkey sequence and also a way to quit and restart with some shortcuts as well.
Currently, this script only works from within an individual company (ie: it must be run for each company you have individually). Eventually, I think it would be nice to make the script able to be run "for all companies" and that would also add the feature to check the company stats and automatically grab the number of aircraft for each company as well...something that's currently a manual task and needs to be supplied with the Start-Process -FilePath "msfs2024-career-maintenance.ahk" -ArgumentList "-numOfAircraft", "5" method of running/starting the script. Eventually the script can always be ready, without a terminal, and instead initiated via some keyboard shortcut.
This will take some work and has a few subtasks/challenges to pull off but it would be nice to solve:
The idea is that the script can always be running and then started via a keyboard shortcut/hotkey sequence and also a way to quit and restart with some shortcuts as well.