@hustlertwo
I noticed you use a lot of choices that goto the same label.
Example below:
*choice
#"Look, $!{mama} isn't playing around here. If you don't take this seriously, you could get held back a grade."
That sobers $!{aname} up quick, and ${ahe} falls silent.
*goto release
#"Just stick with it. I know you can do this!"
$!{ahe} grumbles. "I haven't so far."
*goto release
#"If that's your attitude, you just added five more minutes to us working on this."
$!{ahe} groans, but is wise enough not to compound the damage by speaking out again.
*goto release
If you are not setting stats in the choices you can use fake_choice, so you donât have to use the gotos.