LOGTO(<target>,<text>)
- Category
- Mod related
- Added in
- v0.9
Outputs the specified text into the specified target, target can be a text file name or the name of a textarea.
If you specify a file as a target is has to end with the .txt
file extension.
The files will always end up in .minecraft\liteconfig\common\macros\logs
.
It is not possible to change that location.
Example
LOGTO("file.txt","Hello World");