ins3821 1 Posted April 9 I want to create specific data from the player and save it on my computer. I'm trying to save it in text format, but I don't know how. Do you have any good ideas? It is also good to send it directly by discode message. However, this requires a bot and uses it in real time. Share this post Link to post Share on other sites
7erra 623 Posted April 9 Saving files is not supported by sqf. For vanilla Arma 3 you can use profileNamespace, this will write data to your NAME.Arma3Profile: https://community.bistudio.com/wiki/Profile. The other, maybe better, option is to use an extension with file writing capabilities or writing your own, eg.: 1 Share this post Link to post Share on other sites