So, I'm using the Time Tracking Library by Pixie. It seems to work pretty well except I can't, for the life of me, figure out how to display the date underneath the time in the status pane. I've tried several different methods but to no avail. Perhaps I just don't understand the tutorial. Any help would be appreciated.
Like this?
player.statusattributes = NewStringDictionary()
dictionary add (player.statusattributes, "month", "Month: !")
dictionary add (player.statusattributes, "day", "Day: !")
dictionary add (player.statusattributes, "year", "Year: !")
Also, for an additional example...
dictionary add (player.statusattributes, "equippedname", "Pokemon: !")