Skip to main content

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

if some dev reads this, had a small bug newly in this version
 when

"You approach the small group of people gathered around one of the tables on the quad. The top of the table is a scattering of books, character sheets, figures, maps, and dice."

Error: <<if>>: bad conditional expression in <<if>> clause: TypeError: Cannot read properties of undefined (reading 'people') v0.5.4d

<<if setup.people.setup.people.likes_pc($eventnpc2, 4)>><<anonorfullnamec $eventnpc2>> looks up and blinks, but says nothing.<<else>><<anonorfullnamec $eventnpc2>> scowls a bit. "Why <<conjpc $pc be>> <<ps $pc>> here?"<</if>>TypeError: Cannot read properties of undefined (reading 'people')
    at eval (eval at <anonymous> (<path>/CourseOfTemptation.html:10803:11), <anonymous>:1:20)
    at <path>/CourseOfTemptation.html:161442:11
    at evalJavaScript (<path>/CourseOfTemptation.html:161443:6)
    at MacroContext.handler (<path>/CourseOfTemptation.html:166310:47)
    at Object.handler (<path>/CourseOfTemptation.html:163148:24)
    at Wikifier.subWikify (<path>/CourseOfTemptation.html:161918:45)
    at new Wikifier (<path>/CourseOfTemptation.html:161814:10)
    at Passage.render (<path>/CourseOfTemptation.html:171016:4)
    at Object.enginePlay (<path>/CourseOfTemptation.html:170515:33)
    at HTMLAnchorElement.eval (eval at <anonymous> (<path>/CourseOfTemptation.html:10803:11), <anonymous>:53466:21)