dwww
Plain text
code posted
by
dd
created at 06 Jul 03:52
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
iniread, BE_Status, %Punchclock_INI%, %CST_Badge%, BE
if BS_Status <> 0
if BE_Status <> 0
{
BS_Status = 0
BE_Status = 0
IniWrite, 0, %Punchclock_INI%, %CST_Badge%, BS
IniWrite, 0, %Punchclock_INI%, %CST_Badge%, BE
GuiControl,, BS_Text, %BS_Status%
GuiControl,, BE_Text, %BE_Status%
MsgBox, Break count reset!
GoSub Refresh
}
return |
361 Bytes in 1 ms with coderay