Script scheduler

bob_the_builder

Well-Known Member
Code:
function main()
{
    while 1
    {
        run CheckOrders
        wait 36000
    }
}
I think 36000 is 10 minutes.

But put that code in a ISS file and run it.
 
Top Bottom