*selectable_if (slept_in_late_first_day =true) #You dash straight towards the Assembly Plaza. Forget about breakfast, the exam is more important!
was this what you wanted me to change it to?
it still doesn’t work though :(((
Edit : I changed everything to *selectable_if (slept_in_late_first_day =true) or (slept_in_late_first_day =false) if it was previously (slept_in_late_first_day =“true”) or
(slept_in_late_first_day =“false”), and I get the same error.
First read tutorials and wiki i would write a small example
In startup.txt
*title Demo
*create sleep_soon false
*create sleep_late false
Tomorrow you will start your last day in highschool .
So you decide
*fake_choice
----#Sleep soon
--------*set sleep_soon true
----#I wanna watch tv until midnight
--------*set sleep_late true
*If sleep_late
----you wake up late
----*goto run
*else
----You wake up
----*goto breakfast