13 Dec 11, 07:35PM
@D1551D3N7 An in-game menu which allows you to change the Voice-com Expression to the one you mostly prefer.
It could be arranged from this, which is my first try to get into scripting XD:
An every category make a selectable item for each expression (Yes, All right sir, Affirmative...) where you could change it, instead of having to go to the .cfg file each time.
It could be arranged from this, which is my first try to get into scripting XD:
[SELECT ALL] Code:
// VoiceCom Menu
//Main
newmenu "VoiceCom"
menuitem "1. Team Replies" [showmenu "Team Replies"]
menuitem "2. Team Commands" [showmenu "Team Commands"]
menuitem "3. Team State" [showmenu "Team State"]
menuitem "4. Team Talk" [showmenu "Team Talk"]
menuitem "5. Team Tactics" [showmenu "Team Tactics"]
menuitem "6. Public Talk" [showmenu "Public Talk"]
An every category make a selectable item for each expression (Yes, All right sir, Affirmative...) where you could change it, instead of having to go to the .cfg file each time.