BBot - The best bot of the world
If 8:00 a.m go to label "depo" and logout - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: If 8:00 a.m go to label "depo" and logout (/thread-13502.html)



If 8:00 a.m go to label "depo" and logout - Zolyek - 01-12-2014

Hello,

is it possible to make something like "if it is 8:00 a.m go to label depo and logout" ?
I think it would help some people that would go offline training right after they wake up.


RE: If 8:00 a.m go to label "depo" and logout - commriv - 01-12-2014

sure , just use one or more of these :

Misc.SystemTime.Hour() Returns the system HOUR

Misc.SystemTime.Minute() Returns the system MINUTE

Misc.SystemTime.Second() Returns the system SECOND


RE: If 8:00 a.m go to label "depo" and logout - Zolyek - 01-12-2014

(01-12-2014, 11:11 AM)commriv Wrote: sure , just use one or more of these :

Misc.SystemTime.Hour() Returns the system HOUR

Misc.SystemTime.Minute() Returns the system MINUTE

Misc.SystemTime.Second() Returns the system SECOND

thanks, gonna try it later :*