26.08.2009, 14:00
search in scipt for: productiontimer = SetTimer
And u will find something like this: productiontimer = SetTimer("Production", 300000, 1); //5 mins (300000)
to change it to 1 second it might be productiontimer = SetTimer("Production", 1000, 1);
worked for me...
And u will find something like this: productiontimer = SetTimer("Production", 300000, 1); //5 mins (300000)
to change it to 1 second it might be productiontimer = SetTimer("Production", 1000, 1);
worked for me...

