file_text_writeln(fileid)
From YoYoGames Wiki
Arguments
- fileid = the id of the file returned by file_text_open_write or file_text_open_append
Adds a line feed to the file which you are writing to, allowing further file writing functions to write in the next line.
Content from GMKB, was used to expand this article. The content was contributed by Ari.

