How to Display the Date in the Status Pane
undertheradar
26 Nov 2019, 07:09So, 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.
jmnevil54
26 Nov 2019, 20:56Like 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: !")