Fluxxdog
Active member
v708 is up. Took the advice concerning records in to account. Defining EVERY SINGLE RECORD AND FIELD would be very counter productive for me, but it got me to learn how to properly use map_to_file and file_to_map. And yes, I used both. map_to_file to take all that work and make my data file, then just worked it in to the record ^^ Also added the ability to buy from the mall if you so choose.
v707 had a bug I discovered in my experiments with records. sort will only sort by the first key in an aggregate. While this would have no major effect since most people wouldn't have superbooze when they started, it was technically using incorrect information. Random sorting is out unless I can figure a way to test items at random rather than sequentially. Though I think I have an idea...
v707 had a bug I discovered in my experiments with records. sort will only sort by the first key in an aggregate. While this would have no major effect since most people wouldn't have superbooze when they started, it was technically using incorrect information. Random sorting is out unless I can figure a way to test items at random rather than sequentially. Though I think I have an idea...