So, you have to get what was typed in the HUD; Do a search for where BroadcastLocalizedMessage is called. There you will get what was typed.
Then, you have to build a function to parse what was typed and generate the console commands. The first place I would put this code is in a Controller subclass.
Finally, you call ConsoleCommand( string Command ) with your new command.
Hope that helps

Leave a comment: