Code:
Problem description:
Is it possible to code a command that let me see the error log for the world? I'm trying to debug runtime but most times I have to wait days for the game host to send me them. Usually I need the info just after the error happens so I can pin point it in code. I can not host the world myself to get the logs and issues can not be replicated offline
ID:2900288
Nov 19 2023, 11:42 pm
|
|
Nov 20 2023, 2:19 am
|
|
You can set it to output to a file then create a command that will display the contents of that file using file2text().
|