Tonight, I created a flow with the keypair dictionary I made last time to use the index of a key and check it against an additional boolean that's set in the inspector to determine if a text event should trigger some kind of int or other change from a list of possible events in a switch statement.
Oct 31, 2025 05:02I considered using a struct but given that I like being able to use the key in the keypair I feel like a dictionary that exists in parallel to an array that determines what to do is fine for now. We'll see if that becomes unruly.
I used a scrollview and a UI mask to let you scroll through text, even though I'm still not sure that this will be the presentation at all.
It's finicky and I will likely need to figure something out to make it look good due to the way it fails to pull up the text enough as is. Padding or somethin
I need to create a separate environment outside of Room for Miss and whatever else to exist in so you can't actually look at her, and I'll need to do that prior to creating the function to look around the room.
look Miss is just a test function rn anyway