Jump to content
  • 0

Woe Times


Chopper

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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;

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

There's a great document for explaining this:

trunk/doc/woe_time_explanation.txt

Hope it helps you.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

Have you tried using Toastys WOE Setter?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...