make_file()
var/t = input(usr,"Input the content of the file.") as message
var/n = input(usr,"Name the file (include extension)") as text
var/file/f=fcopy(t,n)
In addition - how would you go about copying text from say a .txt file? Copytext() doesn't seem to work for me, but I'm not sure if I'm just using it incorrectly in this format. Any ideas?
[Edit: Solved. text2file()]