I’m getting a loop limit error (visited this line too many times).
I think it’s because I’m asking for user input, and RandomTest doesn’t know how to input the “correct” answer (i.e. a word with no more than 4 letters). But maybe I’m missing something? I get the error at the line that reads *label righthand_choice.
My code looks like this:
#Your tattoo says something else.
*temp lefthand ""
*temp righthand ""
*label righthand_choice
Your right hand reads:
*input_text righthand
*if (length(righthand) >4)
Please pick a word with less than five letters.
*goto righthand_choice
*label lefthand_choice
Your right hand reads ${righthand} and your left hand reads:
*input_text lefthand
*if (length(lefthand) >4)
Please pick a word with less than five letters.
*goto lefthand_choice
*set knuckle_words ("$!!{righthand} "&"and ")&"$!!{lefthand}"
Your knuckles sport the words ${knuckle_words}.
It's not your only tattoo, you also have…
*set pctat_knuckletat true
*set attribute_conspicuous +1
*goto fullchoice