Something really strange is happening. When I use ChoiceScript IDE my game passes the randomtest… but when I open the file in firefox, it does not.
I keep getting couldn’t extract another token, for example “2_Baptism_of_Fire line 1071: Invalid expression, couldn’t extract another token: #Maybe fun to continue to pretend to be a hero for the time being.”
The error is solved if I change from a fake_choice to a normal choice, and then place *goto at the end of every choice… but, this puzzles me slightly…
Any ideas?
*fake_choice
*if (superhero_choice != “supervillain”) #My duty as a superhero is far more important than my daily job.
*set vigilante %-5
You feel that your duty to society as a superhero is far more important than your daily job.
*if (superhero_choice != “supervillain”) #Whoever is robbing this bank is no match for me. I’ll sort it out in no time and return to work quickly.
*set arrogant %+10
Your powers and abilities really set you aside from others,
and you are confident you’ll quickly manage to dispatch whoever is foolish enough to be robbing this bank.
*if (superhero_choice != “supervillain”) #My job is really important, just as is my life as ${superhero_name}. In another circumstance I might have let it go, but I’m worried about Captain Villardi’s tone. Maybe she really needs help this time.
*set kind %+10
You are worried by Captain Villardi’s tone, and it could be that whoever is robbing this bank might be too much for the police to handle.
*if (superhero_choice != “supervillain”) #This is beneath my powers, but far better than spending a day at the office.
*set vigilante %+10
*set arrogant %+20
Such a situation is beneath you, though it is far better than spending the rest of the day at the office.
*if (superhero_choice = “supervillain”) #I couldn’t care less about the bank robbery, but I’m in the mood for a fight!"
*set aggressive %+20
*set vigilante %-20
The idea of getting into a fight completely thrills you. Clearly, it is much better than spending the rest of the day at the office.
*if (superhero_choice = “supervillain”) #Maybe fun to continue to pretend to be a hero for the time being.
*set charismatic %+10
*set aggressive %-10
*set kind %+10
*set vigilante %-30
It might be fun to continue to pretend to be a hero for the time being, while you wait for an opportunity to make your move.