Allow authors to change between different capitalization patterns in entered variable names. This would allow mainly for authors to not have strange tonal issues if they use capitalization to indicate a character yelling/screaming, i.e. “WHAT ARE YOU DOING {firstname}?!” turning into “WHAT ARE YOU DOING JOHN?!” rather than “WHAT ARE YOU DOING John?!” While the ability to make all capital letters is the main appeal, it’s probably just as easily from a technical standpoint to add any host of patterns (all lowercase, proper noun, etc.). Not sure what the best way to implement this would be from a technical standpoint, but something simple like adding an “!” to the end of a variable name making all lowercase letters uppercase seems like a potential solution ({firstname} = John, {firstname!} = JOHN), although existing stories that use an exclamation point in their variable names could cause issues. With the complexity of the conditions systems on CHYOA, I’m surprised that something like this doesn’t already exist.