Write text to file
This will write the given text to the given file. If 'Append' is checked, it will add the text to the end of the file, otherwise it will fully replace the given file.
note
Relative paths will be resolved from Pandemic's Script Creator's "files" folder
Parameters
- Append (true or false)
- File (text)
- Text (text)