I have a timer set to save my world file every five minutes. When it fires, I SOMETIMES get an error, and I sometimes don't. The error shows up... maybe one in 10 fires on average. Here's the error:
Script error
World: KoD
Execution of line 1 column 1
Immediate execution
Internal application error.
The trigger is just:
world.Save("");
Even when it does fire without an error message, when I close it, it still says that world internal variables have changed and asks if I want to save the file. It does this even if I manually trigger world.Save("") while disconnected, and then close immediately after.
Am I doing something wrong here?
Using MUSHClient version 4.37
Script error
World: KoD
Execution of line 1 column 1
Immediate execution
Internal application error.
The trigger is just:
world.Save("");
Even when it does fire without an error message, when I close it, it still says that world internal variables have changed and asks if I want to save the file. It does this even if I manually trigger world.Save("") while disconnected, and then close immediately after.
Am I doing something wrong here?
Using MUSHClient version 4.37