I want to make a set of scripts that save the current consumption records and compare them to the last 30days records for use in eating the best food/booze to get adventures and improve mini's.
I think this is possible but rather a large process.
Has anyone made anything like this before?
With records being kept a few end functions could return:
1)Todays menu:
-A simple comparison between 2 records would show which items have been consumed; comparing this to a ordered list of foods would provide the best options to eat new foods/drinks.
(could also mark which items are "in-stock")
-If all items had been consumed (or if you wanted to limit yourself to the better items) the menu would need to list the items that are oldest on the consumption list.
Which leads to another function:
2) When did I last eat/drink this?
This would require alot of comparisons and may be best handled by building a list of items consumed each day.
I think this is possible but rather a large process.
Has anyone made anything like this before?
With records being kept a few end functions could return:
1)Todays menu:
-A simple comparison between 2 records would show which items have been consumed; comparing this to a ordered list of foods would provide the best options to eat new foods/drinks.
(could also mark which items are "in-stock")
-If all items had been consumed (or if you wanted to limit yourself to the better items) the menu would need to list the items that are oldest on the consumption list.
Which leads to another function:
2) When did I last eat/drink this?
This would require alot of comparisons and may be best handled by building a list of items consumed each day.