Chopper Posted March 25, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Share Posted March 25, 2012 I want to change th woe times but i dont understand, what i need to change. I want Wednesday 19:00 -->20:00 and saturday 19:00 -->20:00, can u tell me what i need to change and explain Please. I have edit this at the moment: OnClock1900: //start time for Tues(2), Thurs(4) OnClock2000: //end time for Tues(2), Thurs(4) OnClock1900: //start time for Sat(6) OnClock2000: //end time for Sat(6) OnAgitInit: // starting time checks if((gettime(4)==4) && (gettime(3)>=19 && gettime(3)<20) || (gettime(4)==4) && (gettime(3)>=19 && gettime(3)<20) || (gettime(4)==6) && (gettime(3)>=19 && gettime(6)<20)) { if (!agitcheck()) { AgitStart; callsub S_DisplayOwners; } end; } // end time checks if ((gettime(4)==4) && (gettime(3)==20) || (gettime(4)==4) && (gettime(3)==20) || (gettime(4)==6) && (gettime(6)==20)) { if (agitcheck()) { AgitEnd; callsub S_DisplayOwners; } end; } end; Quote Link to comment Share on other sites More sharing options...
Neblim Posted March 31, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/05/11 Last Seen: August 3, 2023 Share Posted March 31, 2012 There's a great document for explaining this: trunk/doc/woe_time_explanation.txt Hope it helps you. Quote Link to comment Share on other sites More sharing options...
Yummy Posted March 31, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 236 Reputation: 12 Joined: 03/07/12 Last Seen: March 6 Share Posted March 31, 2012 Have you tried using Toastys WOE Setter? Quote Link to comment Share on other sites More sharing options...
Question
Chopper
I want to change th woe times but i dont understand, what i need to change.
I want Wednesday 19:00 -->20:00 and saturday 19:00 -->20:00, can u tell me what i need to change and explain Please.
I have edit this at the moment:
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.