Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

im having issues with events, such as when i try  talking to Luna in gentle thief the script error screen pops up.  The same goes for H-Scenes for Rebecca and  Sunny.   I cant progress the game at all


Some Help would be appreciated.

Deleted post

think i fixed it, just replace:

 return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))

with:

return ((string not in self.talk) and string in self.menuTalk and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == [])) 

 in /game/script/girls.rpy