
I am using the value of an input field, for the sake of an example let's say it is name=text and in the character sheet I fill in donut and then later in the character sheet we have name=showtext value=@{text} (yes I did not use any " because it is pseudo code) When the name is donut, it shows donut, but if the name is donut4 it just shows 4 and if it is 2-6 it shows -4. So what I am wondering is it possible for it to simply put EXACTLY what I put in instead of trying to interpret it?