Is there any way to display the default value in textbox as a variable?
For example:
→ Creates an automatically focused text box which modifies $pie and forwards to the "Cakes" passage
What's your favorite pie? <<textbox "$pie" "Blueberry" "Cakes" autofocus>>
Can the "Blueberry" entry here be displayed as whatever $pie is instead?
Cause this means if you change $pie to cherry, the next time you encounter the text box, you'll still get the default value of Blueberry, and pressing enter will reset $pie back to Blueberry.
Comments
Variable Substitution (right near the top):