Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

  File "game/houselocations.rpy", line 15, in script

    if quest.is_state("mom2", "unlocked"):

  File "game/houselocations.rpy", line 15, in <module>

    if quest.is_state("mom2", "unlocked"):

  File "game/questmanager/engine/classes.rpy", line 89, in is_state

    if self._search(id, category).state == state:

AttributeError: 'NoneType' object has no attribute 'state'

This error mean that the name of the quest "mom2" doesn't exist. Is the quest "mom2" declared into the chapter ???

(1 edit)

yes but i solved it differently i changed the classes.rpy a little bit.

how can I write two or 3 values in § quest.is_state?

do you have discord for a few questions?