How to make time based events(Real Time, not in game time)
Root / Programming Questions / [.]
ElzoBroCreated:
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 ?Since TIME$ and DATE$ are strings, then it would be IF TIME$=="12:00:00" THEN blah