Hi all,
I am trying to get the TimerOnce section going to set my env.month to 12 along with a few others.
This is what I have done so far. But it is not working.
I am trying to get the TimerOnce section going to set my env.month to 12 along with a few others.
This is what I have done so far. But it is not working.
{
"EnableInGameTime-Timer": false,
"EnableRealTime-Timer": true,
"EnableTimerOnce": true,
"EnableTimerRepeat": false,
"InGameTime-Timer": {},
"RealTime-Timer": {
"02:00": "restart 600"
},
"TimerOnce": {
"env.month 12:"
5,
"gather.rate dispenser * 2",
"gather.rate pickup * 2",
"gather.rate quarry * 2",
"gather.rate survey * 2",
"dispenser.scale tree 2",
"dispenser.scale ore 2",
"dispenser.scale corpse 2"
},
"TimerRepeat": {}
}