r18899 adds some lightly tested (At 1 in 6 rate, could go weeks before testing them all) quest tracking.
_partyHard = true if you started quest wearing Party HARD shirt.
_questPartyFairQuest = today's quest, valid values are trash, booze, woots, partiers, food and dj.
_questPartyFair = quest state, valid values:
unstarted - you haven't yet taken quest
started - you have taken quest, but haven't started making progress til you talk to Gerald/Geraldine (only exists on booze and food quests)
step1 - Progressing quest objectives
step2 - Return to get your reward
finished - You have completed quest today
_questPartyFairProgress - depends on quest.
on trash quest - counts down from XXXX to 0.
on booze quest - shows number required and item number - note, does not YET recognise quest log entry to count down - it may never count down, as you can see that from inventory.
on woots quest - counts up from 10 to 100.
on partiers quest - counts down from XXX to 0.
on food quest - shows number required and item number - note, does not YET recognise quest log entry to count down - it may never count down, as you can see that from inventory.
on dj quest - counts down from XXXX to 0.