So, no idea why this isn’t working now. I posted a few days ago about a similar issue, but for some reason it doesn’t want to work with this.
If you pick a choice (choices 1, 2, 3, or 4), it sends you back to previouslabel fine, but when you choose a second option (like your supposed to), choice6 is still unavailable & no matter what you choose, the line for choice5 says it needs “#choice” or that the line(s) below it are “expected indent 3 was 6”
*label previouslabel
*choice
*disable_resuse *selectable_if (fighter < 2) #choice1
(words)
*if (fighter > 2)
*goto nextlabel
*if (fighter < 2)
*goto previouslabel
*disable_resuse *selectable_if (fighter < 2) #choice2
(words)
*if (fighter > 2)
*goto nextlabel
*if (fighter < 2)
*goto previouslabel
*disable_resuse *selectable_if (fighter < 2) #choice3
(words)
*if (fighter > 2)
*goto nextlabel
*if (fighter < 2)
*goto previouslabel
*disable_resuse *selectable_if (fighter < 2) #choice4
(words)
*if (fighter > 2)
*goto nextlabel
*if (fighter < 2)
*goto previouslabel
*selectable_if (fighter > 2) #choice5
(words)
*goto nextlabel
*selectable_if (fighter > 2) #choice6
(words)
*goto nextlabel
*label nextlabel