Perhaps, someday people might want the ability to use quotes in their strings without having to use chr(34). To avoid dealing with escape characters, why not allow the user to assign string values with either single quotes, back quotes/graves, and double quotes, and go until a closing quote of the same character is met.
TextBox(`Darin's party found some "Herbs of Recovery" inside of the crimson treasure chest!`);
Note: I use two single-quotes merely because Verge-rpg.com still has the annoying quote parsing issue! Fix'd!