I want to try making an animal crossing-esq game but I'm not sure how to make use of the Internal Clock. Any help?
So could I make it like
IF TIME$=12:00:00 THEN
PRINT "GOOD MORNING!"
or i could put
IF DATE$=11-15 THEN
PRINT"HAPPY BIRTHDAY!"
Also here's my tip for the day, did you know you could put a ? instead of PRINT ?
Also is it possible to make the date only take into account the day and month?
You could cut it off with LEFT$ or RIGHT$. Like
?LEFT$(DATE$,blah)
or something
TMREAD and DTREAD take time/date strings and separate them into variables. check the manual