[@main]
#SAY
Hello Young Man\
Would you like a rosy red apple?\
You can have one a day to make you big and strong!\\
<oooo apple yum/@apple>\
<No TY/@exit>
[@apple]
#IF
DAYOFWEEK MON
#ACT
goto @monday
break
#IF
DAYOFWEEK TUE
#ACT
goto @tuesday
break
#IF
DAYOFWEEK WED
#ACT
goto @wednesday
break
#IF
DAYOFWEEK THU
#ACT
goto @thursday
break
#IF
DAYOFWEEK FRI
#ACT
goto @friday
break
#IF
DAYOFWEEK SAT
#ACT
goto @saturday
break
#IF
DAYOFWEEK SUN
#ACT
goto @sunday
break
#ELSESAY
You live n a world with abnormal days of the week O_o
[@monday]
#IF
check [811] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 1
set [812] 0
set [813] 0
set [814] 0
set [815] 0
set [816] 0
set [817] 0
goto @exit
[@tuesday]
#IF
check [812] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 1
set [813] 0
set [814] 0
set [815] 0
set [816] 0
set [817] 0
goto @exit
[@wednesday]
#IF
check [813] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 1
set [814] 0
set [815] 0
set [816] 0
set [817] 0
goto @exit
[@thursday]
#IF
check [814] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 1
set [815] 0
set [816] 0
set [817] 0
goto @exit
[@friday]
#IF
check [815] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 0
set [815] 1
set [816] 0
set [817] 0
[@saturday]
#IF
check [816] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 0
set [815] 0
set [816] 1
set [817] 0
[@sunday]
#IF
check [817] 1
#SAY
You have already had the rosy red apple today
#ELSEACT
give apple 1
set [811] 0
set [812] 0
set [813] 0
set [814] 0
set [815] 0
set [816] 0
set [817] 1
goto @exit
