I'm very new to javascript, so please forgive me if this is obvious but my Google-fu has failed me. I'm not looking for someone to code this for me (I need the practice), I just need pointing in the right direction. I've been working on a script to display a calendar in the chat window and so far it's working quite well. I have the current date set as a variable so I can progress the date forward. What I can't seem to be able to do, is save the date once it has been changed. Is the best way to do that to have a handout or token within the game that would be overwritten with the new variable each time the date is moved? Any advice/suggestion is welcome!