Having trouble with indents

I'm pretty new to ChoiceScript, and I keep encountering a problem that for some reason just won't let up. I'm trying to make it where you have two options and every option has a sort of individual encounter in them. The two options are both indented the exact same, and the descriptions that follow are as well.

That's where the problem is. For some reason the first area is completely fine with how it is indented, but the second area keeps getting the notification of "increasing indent not allowed, expected 3 was 4." However if I change it to 3 indents, it'll give me the notification "Expected option starting with #."
I'm not sure how to fix it, and I can't change the option to starting with a # as it's not supposed to be a choice, it's a description.

Another thing is that for some reason, the error only appears when you go to the section that doesn't even correspond to the error? If you go to the cafeteria first, everything is completely fine, but if you enter the dorms you get the error even though the error is in the cafeteria, NOT the dorms.

Any help would be appreciated! i am struglging.

The errors it keeps giving me.

The dorm code which does not get flagged as an error.

The cafeteria code which does get flagged as an error.