I'm having trouble logging data to an output file. Can anyone give me step-by-step instructions on how to capture a player action and then output it the console and/or write it to a file? I've tried using
ToggleDebugText in conjunction with
SetConsoleOuputFile, but it is not working how I anticipated. I'd like to log things as mundane as "player picks up weapon X" or "player opens door Y".