Hello!
In my Twine project, I am giving the user a box to input text. I would like to do a number of things, if possible:
1. Have twine count the words the user inputs
2. Show this wordcount to the user (live, if possible?)
3. Trigger an action once a certain wordcount is reached
4. Assign a value to this user-inputted text (so I can make the project recall it later)
Are any/all of these things possible to do?
I tried searching the forums for wordcount related keywords but didn't dig up anything.