I am tryting to get the bot to only farm at night, the two snippets of code that i have to wrk with are
<While condition="not (IsTimeBetween(17,5) or IsTimeBetween(0,5))">
<While condition="not (IsTimeBetween(19,24) or IsTimeBetween(0,5))">
both of these stop between 11pm and midnight and...