• Zagorath
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 days ago
    while(true) {
        scenario = Scenarios.rand()
        time = DateTime.now()
        while DateTime.now() - time < DateTime.minutes(5) {
            scenario.continue()
        }
    }