A game inspired by DumpsteR_PlayeR2's Capture game. It has been modified to work as a DnD system within Twitch chat. The end goal is for users to be able to have random encounters, find loot, equip their warrior however they would like, and to go on quests with other members of chat for epic loot.
Brief Description
Create a log file which will log information when commands are used. Such as which monster was selected, what encounter was chosen, what the quest results were, etc.
These will be placed in an array entry for each day.
If for example a Brown Bear is selected as a monster twice, don't add Brown Bear to the list twice, simply register that is has been selected again.
This may not be the most efficient, but for now it will be used to debug, and to test how good the
Checklist
[x] Go through each command and determine what needs to be logged
[x] Create log file structure
[x] Log data into file
Detailed DescriptionIf further detail is required for this issue please provide it here
Additional InfoIf there is any additional information required put it here
Brief Description Create a log file which will log information when commands are used. Such as which monster was selected, what encounter was chosen, what the quest results were, etc.
These will be placed in an array entry for each day.
If for example a Brown Bear is selected as a monster twice, don't add Brown Bear to the list twice, simply register that is has been selected again.
This may not be the most efficient, but for now it will be used to debug, and to test how good the
Checklist
Detailed Description If further detail is required for this issue please provide it here
Additional Info If there is any additional information required put it here