dimdic 1 Posted May 12, 2012 Is there any way (scripting command or any other way) to store data in a file (e.g. in a text file) during a mission ?? For example, i want to store in a file the time and the side of the soldiers that are being killed during my mission. Thank you. Share this post Link to post Share on other sites
seba1976 95 Posted May 12, 2012 I don't think so, but the are some workarounds. You can send UDP packets to a external application, but you'd have to write some code. Simpler options are send your text to the RPT file, or copy it to the clipboard, and then write some app to parse either one. Share this post Link to post Share on other sites