Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

breglia

5
Posts
2
Following
A member registered Oct 15, 2022

Recent community posts

have written you an email

do you have discord for a few questions?

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

(1 edit)

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

  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'