Skip to main content

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

Hello! When trying to use the phone thing it keeps sending same errors no matter what :(

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 63, in script

    nvl_narrator "Nighten added Eileen to the group"

  File "renpy/common/00nvl_mode.rpy", line 354, in do_add

    if store._nvl_language != _preferences.language:

AttributeError: 'StoreModule' object has no attribute '_nvl_language'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 63, in script

    nvl_narrator "Nighten added Eileen to the group"

  File "C:\Users\*****\Desktop\******\renpy-8.1.3-sdk\renpy\ast.py", line 2560, in execute

    Say.execute(self)

  File "C:\Users\*****\Desktop\****\renpy-8.1.3-sdk\renpy\ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\*****\Desktop\*****\renpy-8.1.3-sdk\renpy\exports.py", line 1494, in say

    who(what, *args, **kwargs)

  File "C:\Users\****\Desktop\****\renpy-8.1.3-sdk\renpy\character.py", line 1387, in __call__

    self.do_add(who, what)

  File "renpy/common/00nvl_mode.rpy", line 354, in do_add

    if store._nvl_language != _preferences.language:

AttributeError: 'StoreModule' object has no attribute '_nvl_language'

okay nevermind i fixed it :)