Hey guys. I was on /v/ a while ago looking for help with my text-based slave game, Shackled. I decided to use Twine, and now I have an issue.
I'm trying to set it in Twine 1.4.2 so that each body part has a value, and with that value -which can rise and fall-, has a word of description attached to it.
However, whenever I try and recall the description word, it gives me only the biggest.
Pic related is my code with issues. I have a character with a $ThighSizeVal of 25, but then $ThighSize keeps printing as "huge", not "gapped". Help?