Please note that you can subscribe to the individual forums. A subscription for news only covers the news.
Suspect that I am doing something wrong. The "Earliest" is seeming to work correctly in that it tells the sub they are x amount of time early and the EarlyPenalty doesn't seem to be giving out a punishment.
I added the punishment group to see if that was the issue but it doesn't seem to have made any difference. I also include the first procedure in a long line of them that get called.
Any thoughts?
[report-Up from bed]
PreStatus=sleeping
Earliest=!SleepUntilTime
EarlyPenalty1=50
EarlyPenalty2=5
PunishmentGroup=MainGroup
procedure=Morning 0
[procedure-Morning 0]
Input$=$answer,Good Morning Slave.
set$=$expectedResponse,Good Morning, Master.
procedure=Morning 1
You are right, it is a bug in the program. It will be fixed in the next beta version.
Sven
This is fixed in the new beta 11.
Sven
Thanks that seems to have fixed it, Thank you!
However this code broke, the set line was only set !SleepUntilTime to midnight.
random#=#counter,5,8
hours!=!awakeTime,#counter
set!=!SleepUntilTime,!awakeTime
subtract!=!SleepUntilTime, 00:05
I just coded around it with:
random#=#counter,5,8
hours!=!awakeTime,#counter
hours!=!SleepUntilTime,#counter
subtract!=!SleepUntilTime, 00:05
But thought you should know!
Thank you. I can see that there is a problem there. I will look into it.
This is a beta 11 problem, and actually quite serious. So thank you for reporting it.
I have hurried and uploaded a beta 12 which solves the problem.
Sven