Thread: Who here can..
View Single Post
  #5  
Old 08-05-2001, 09:56 PM
CrazedMerlin CrazedMerlin is offline
Some Guy :\
Join Date: Apr 2001
Posts: 3,619
CrazedMerlin is on a distinguished road
Send a message via AIM to CrazedMerlin Send a message via Yahoo to CrazedMerlin
like
i'd asume the time script would use strings like
server.hour=3

so you could do like
if #s(server.hour>3) {action;}
or more precise
if #s(server.hour=3) {
if #s(server.minute<22) {
if #s(server.second>44) {
action;
}
}
}
so that would be like any time before 3:22:44
__________________

ICQ: 117881194
AIM: TehWizad
E-Mail: [email protected]
Reply With Quote