Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I've been replaying the game with a friend, at the athlima summit at the beastlayer challenge, right when Zhokar is about to jump into frame, the game crashes and I have not been able to find a work around. The error says that "Name "zk_scarred" is not defined"

Traceback:

While running game code:

  File "renpy/common/000statements.rpy", line 453, in execute_pause

    renpy.pause(delay)

NameError: name 'zk_scarred' is not defined

Huh, that's a variable that should be defined upon the game starting up and there's nothing that should delete it...

Have you tried closing and relaunching the game? I can't reproduce this and chances are that this is one of those exceedingly rare bugs where Ren'Py just forgets to define something.

If that doesn't work (and you're on PC), you can open up the console with SHIFT + O, input "zk_scarred = False" without quotes, then close out of the console by inputting "exit" without quotes. If you're on Android, that method won't work but there is a new game checkpoint you can start at right at the start of the Athlima Summit.