Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

When i try to do anything in tutorial batale i get this: [code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/battle_scripts/Tutorial.rpy", line 66, in script

    if counter == len(initiative_list):

  File "game/battle_scripts/Tutorial.rpy", line 66, in <module>

    if counter == len(initiative_list):

NameError: name 'counter' is not defined

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

Full traceback:

  File "game/battle_scripts/Tutorial.rpy", line 66, in script

    if counter == len(initiative_list):

  File "renpy/ast.py", line 1852, in execute

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2249, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2242, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/battle_scripts/Tutorial.rpy", line 66, in <module>

    if counter == len(initiative_list):

NameError: name 'counter' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.4.1439

JPDE - Sonata of Fire 4.0.2

Sat Jul 17 14:24:16 2021

[/code]

You need to click to green button in down right corner to see the tutorial, and after this you can fight without errors