Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

there seems to be an error in C2-13

Thank you for bringing it to my attention. Can you tell me more about what the error says or is?

yeah, so it is on C2-13, my options are all displayed as errors that say:

1. 

Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'includes')

<<if !($choicesTheo.includes("Hobbies"))>><<link "\"What else do you do in your spare time?\"">>

        <<set $choicesTheo.push("Hobbies")>>

        <<goto "C2T1">>

    <</link>><</if>>

2. 

Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'includes')

<<if !($choicesTheo.includes("Mother"))>><<link "\"I've only seen your father. Where's your mother?\"">>

        <<set $choicesTheo.push("Mother")>>

        <<goto "C2T2">>

    <</link>><</if>>

3. 

Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'includes')

<<if !($choicesTheo.includes("Prince"))>><<link "\"Do you like learning with the prince?\"">>

        <<set $choicesTheo.push("Prince")>>

        <<goto "C2T3">>

    <</link>><</if>>

4. 

Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read properties of undefined (reading 'includes')

<<if !($choicesTheo.includes("Alone"))>><<link "\"Your father just lets you go on your own like this?\"">>

        <<set $choicesTheo.push("Alone")>>

        <<goto "C2T4">>

    <</link>><</if>>