I have looked all around for a script to accomplish this task and have found nothing so I put one together and figured I post it so others looking for this type of script could be helped.
The easiest thing to do is make a text file called custom.cfg in your MOHAA/main directory and it will be executed everytime you start the game. Then copy-and-paste the following text into it:
***Start Copy***
// CiD'z Voice Skriptz
// instamsg_group_a
alias move_in "say *11"
alias fall_back "say *12"
alias left_flank "say *13"
alias right_flank "say *14"
alias hold_pos "say *15"
alias cover_fire "say *16"
alias regroup "say *17"
// instamsg_group_b
alias cover_me "say *21"
alias cover_you "say *22"
alias follow_me "say *23"
alias take_point "say *24"
alias take_lead "say *25"
alias taking_fire "say *26"
alias charge_cmd "say *27"
alias attack_cmd "say *28"
alias open_fire "say *29"
// instamsg_group_c
alias yes_sir "say *31"
alias no_sir "say *32"
alias enemy_spot "say *33"
alias sniper_spot "say *34"
alias nade_cover "say *35"
alias area_clear "say *36"
alias great_shot "say *37"
alias thanks "say *38"
alias owe_you "say *39"
// instamsg_group_d
alias all_u_got "say *41"
alias out_men "say *42"
alias yellow_belly "say *43"
alias cowards "say *44"
alias target_practice "say *45"
alias come_prepared "say *46"
alias try_again "say *47"
alias shoot_better "say *48"
alias made_mess "say *49"
// instamsg_group_e
alias get_killed "say *51"
alias poor_leader "say *52"
alias good_rid "say *53"
alias get_killed_2 "say *54"
alias get_down "say *55"
alias out_foxhole "say *56"
alias own_hiding "say *57"
alias out_my_way "say *58"
***End Copy***
You can then type in binds below these commands like the following:
bind kp_end "out_my_way"
Then all you would have to do is press 1 on the numberpad and you will speak it.
You can change the names of the aliases above to something more descriptive, but be sure to use that new name in your bind statements and don't change the stuff in the quotes or it won't work.
This script works great on mine and friends machines, but I am not responsible for any damage these scripts do to your machine.. Just covering myself
Have fun and please be responsible w/ this script.
Thanks Coriolis for your help.