Weekend Update 04/14/24
Added 2024-04-15 08:00:07 +0000 UTCThis week I finished the Dialogue overhaul and made some small improvements here and there in the story dialogue. I'm also working on making improvements to the tutorial pop ups.
The changes to the dialogue are essentially reworks that were made possible with the new event system. For example on the first night the dialogue for when Fredrika turns off the light in the maintenance room and the follow up text telling the player to close the door is all one text block. This is because previously each function call in the code required one text block to call it, the improved version allows the code to A. Play the "Good Job" sound file B. Show the tutorial pop up C. Tell Fredrika to attack the player, and D. set a hold on the dialogue until Fredrika has been blocked.
Right now I'm finishing up the nights after Bonnie which should be the easiest nights to do, once those are ported over I'll upload the build so that everyone can see what's changed.