I ran randomtest and it presented this error:
RANDOMTEST FAILED
one_two_sub_pap line 1713: increasing indent not allowed, expected 2 was 4
Now, neither quicktest nor the actual game turn up the same error, and I checked the indentation several times.
I’m cutting out a couple of irrelevant choices because the block of text is really long, but here’s the code in question. All of the other options under this choice have the same indentation as this one does (two spaces) and they work beautifully. I was wondering if perhaps the stacked *hide_reuse and *selectable_if were causing a problem for randomtest?
Here’s the relevant section of code; the error indicates that the bad spacing is on that second line.
*choice
*hide_reuse *selectable_if (educationcounter < 1) #I had a proper education at the rough hands of the masses. That's to say, it looked like a hard knock aside the head whilst living on the streets.
*set littleboyblue true
*set canny %+5
*set educated %+5
Ah, but how did you manage to meet the requirements for your position?
*label allthosejobs
*choice
*if ((((actualage >= 42) and (steamshipexperience = false)) and ((apprenticeexperience = false) and (prioryexperience = false))) and (((balloonexperience = false) and (factoryexperience = false))))
#Actually, I'm far too old to go into any detail about that, or about all of the jobs I've held. I'll just scribble off a quick list.
*set experience %+40
*set technical %+10
*set personable %+10
*set educated %+15
*set perceptive %+10
*if (agecounter = 4)
*goto endofthefirstlist
*if (agecounter = 3)
*if (actualage = 66)
*goto agecounter2scribbles
*if (actualage = 54)
*goto endofthefirstlist
Any assistance much appreciated!