Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)(-1)

The battle tutorial keeps crashing the game.

This is the message that appears is:


[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

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

    if persistent.battle_skip = True:

SyntaxError: invalid syntax (game/battle_scripts/Tutorial.rpy, line 54)

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

Full traceback:

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

    if persistent.battle_skip = True:

  File "C:\Users\Administrador\Desktop\JPDESoF-4.6-PC\renpy\ast.py", line 2133, in execute

    if renpy.python.py_eval(condition):

  File "C:\Users\Administrador\Desktop\JPDESoF-4.6-PC\renpy\python.py", line 1151, in py_eval

    code = py_compile(code, 'eval')

  File "C:\Users\Administrador\Desktop\JPDESoF-4.6-PC\renpy\python.py", line 1088, in py_compile

    raise e

  File "C:\Users\Administrador\Desktop\JPDESoF-4.6-PC\renpy\python.py", line 1034, in py_compile

    raise orig_e

  File "C:\Users\Administrador\Desktop\JPDESoF-4.6-PC\renpy\python.py", line 1027, in py_compile

    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)

SyntaxError: invalid syntax (game/battle_scripts/Tutorial.rpy, line 54)

Windows-10-10.0.19041 AMD64

Ren'Py 8.1.3.23091805

JPDE - Sonata of Fire 4.6

Thu May 23 22:35:37 2024

[/code]